CustomTextWidgetUI constructor

const CustomTextWidgetUI({
  1. required String? showLabel,
  2. TextAlign? textAlign,
  3. required TextStyle? textStyle,
  4. Key? key,
})

Implementation

const CustomTextWidgetUI({required this.showLabel, this.textAlign, required this.textStyle, super.key});