TFFMaker constructor
TFFMaker({
- Key? key,
- GlobalKey<
FormState> ? FormKey, - bool? enabled,
- String? validator(
- String? value
- Widget? prefix,
- double? enabledBorderwidth,
- double? errorBorderwidth,
- double? focusedBorderwidth,
- Color? enabledBorderColor,
- Color? errorBorderColor,
- Color? focusedBorderColor,
- Widget? suffix,
- double? focusedCircularRadius,
- double? enabledCircularRadius,
- double? errorCircularRadius,
- String? hintText,
- TextStyle? hintStyle,
- Widget? label,
- Color? disabledBorderColor,
- double? disabledBorderwidth,
- double? disabledCircularRadius,
- dynamic onChanged(
- String value
- dynamic onSaved(
- String? value
- int? lines,
- String? initialValue,
Implementation
TFFMaker(
{super.key,
this.FormKey,
this.enabled,
this.validator,
this.prefix,
this.enabledBorderwidth,
this.errorBorderwidth,
this.focusedBorderwidth,
this.enabledBorderColor,
this.errorBorderColor,
this.focusedBorderColor,
this.suffix,
this.focusedCircularRadius,
this.enabledCircularRadius,
this.errorCircularRadius,
this.hintText,
this.hintStyle,
this.label,
this.disabledBorderColor,
this.disabledBorderwidth,
this.disabledCircularRadius,
this.onChanged,
this.onSaved,
this.lines,
this.initialValue});