CustomTextMediumBoldField constructor

CustomTextMediumBoldField({
  1. required dynamic label,
  2. dynamic color,
  3. TextAlign? align,
  4. int? maxLine,
  5. double? textSize,
  6. FontWeight? fontWeight,
  7. String? fontName,
})

Implementation

CustomTextMediumBoldField(
    {required this.label,
    this.color,
    this.align,
    this.maxLine,
    this.textSize,
    this.fontWeight,
    this.fontName});