CustomTextSmallItalicField constructor

const CustomTextSmallItalicField(
  1. String label, {
  2. Key? key,
  3. TextStyle? style,
  4. Color? color,
  5. TextAlign? align,
  6. int? maxLine,
  7. double? textSize,
  8. FontWeight? fontWeight,
  9. String? fontName,
})

Implementation

const CustomTextSmallItalicField(this.label, {super.key, this.style, this.color, this.align, this.maxLine, this.textSize, this.fontWeight, this.fontName});