CustomTextCrossField constructor

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

Implementation

const CustomTextCrossField(this.label, {super.key, this.style, this.color, this.align, this.maxLine = 2, this.textSize, this.fontWeight});