GNLightTextWidget constructor
const
GNLightTextWidget({
- Key? key,
- String? title,
- double? fontsize,
- Color? fontcolor,
- TextAlign? align,
- int? maxLines,
- TextOverflow? overflow,
- FontStyle? fontStyle,
- TextDirection? textDirection,
Implementation
const GNLightTextWidget(
{super.key, this.title,
this.fontsize,
this.fontcolor,
this.align,
this.maxLines,
this.overflow,
this.fontStyle,
this.textDirection});