EText constructor
const
EText(
- String text, {
- Key? key,
- TextStyle? style,
- bool bold = false,
- bool italic = false,
- bool gray = false,
- Color? customColor,
- TextAlign? align,
- int? maxLines,
- TextOverflow? overflow,
- TextDecoration? decoration,
- TextDecorationStyle? decorationStyle,
Implementation
const EText(
this.text, {
super.key,
this.style,
this.bold = false,
this.italic = false,
this.gray = false,
this.customColor,
this.align,
this.maxLines,
this.overflow,
this.decoration,
this.decorationStyle,
});