GNBoldTextWidget constructor

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

Implementation

const GNBoldTextWidget(
    {super.key,
    this.title,
    this.fontsize,
    this.fontcolor,
    this.align,
    this.maxLines,
    this.fontStyle,
    this.textDirection,
    this.overflow,
    this.isUnderline = false});