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