CustomTextMediumItalicField constructor
CustomTextMediumItalicField({
- required dynamic label,
- dynamic color,
- TextAlign? align,
- int? maxLine,
- double? textSize,
- FontWeight? fontWeight,
- String? fontName,
Implementation
CustomTextMediumItalicField(
{required this.label,
this.color,
this.align,
this.maxLine,
this.textSize,
this.fontWeight,
this.fontName});