BaseTextWidget constructor
const
BaseTextWidget(
- String data, {
- Color? textColorInDark,
- Color? textColorInLight,
- int? maxLines,
- TextDecoration? decoration,
- Key? key,
- TextAlign? textAlign,
- TextOverflow? overflow,
- double? height,
Implementation
const BaseTextWidget(
this.data, {
this.textColorInDark,
this.textColorInLight,
this.maxLines,
this.decoration,
super.key,
this.textAlign,
this.overflow,
this.height,
});