CyberLangText constructor

const CyberLangText(
  1. String vietnamese,
  2. String english, {
  3. Key? key,
  4. TextStyle? style,
  5. TextAlign? textAlign,
  6. int? maxLines,
  7. TextOverflow? overflow,
  8. bool? softWrap,
})

Implementation

const CyberLangText(
  this.vietnamese,
  this.english, {
  super.key,
  this.style,
  this.textAlign,
  this.maxLines,
  this.overflow,
  this.softWrap,
});