GNMediumTextWidget constructor

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

Implementation

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