TFMaker constructor
TFMaker({
- Key? key,
- Widget? prefix,
- double? enabledBorderwidth,
- double? focusedBorderwidth,
- Color? enabledBorderColor,
- Color? focusedBorderColor,
- Widget? suffix,
- double? focusedCircularRadius,
- double? enabledCircularRadius,
- String? hintText,
- TextStyle? hintStyle,
- Widget? label,
- Color? disabledBorderColor,
- double? disabledBorderwidth,
- double? disabledCircularRadius,
- dynamic onChanged(
- String value
- dynamic onSubmitted(
- String value
- int? lines,
Implementation
TFMaker(
{super.key,
this.prefix,
this.enabledBorderwidth,
this.focusedBorderwidth,
this.enabledBorderColor,
this.focusedBorderColor,
this.suffix,
this.focusedCircularRadius,
this.enabledCircularRadius,
this.hintText,
this.hintStyle,
this.label,
this.disabledBorderColor,
this.disabledBorderwidth,
this.disabledCircularRadius,
this.onChanged,
this.onSubmitted,
this.lines});