GNLightTextWidget constructor

const GNLightTextWidget({
  1. Key? key,
  2. String? title,
  3. double? fontsize,
  4. Color? fontcolor,
  5. TextAlign? align,
  6. int? maxLines,
  7. TextOverflow? overflow,
  8. FontStyle? fontStyle,
  9. TextDirection? textDirection,
})

Implementation

const GNLightTextWidget(
    {super.key, this.title,
    this.fontsize,
    this.fontcolor,
    this.align,
    this.maxLines,
    this.overflow,
    this.fontStyle,
    this.textDirection});