AFieldText constructor
const
AFieldText({
- bool capitalize = false,
- TextInputType? keyboardType,
- bool clearable = false,
- int maxLines = 1,
- String? hintText,
- bool autofocus = false,
- IconData? icon,
- Widget? suffix,
- Widget? bottom,
- Iterable<
String> ? autofillHints, - void onUnfocus()?,
- Key? key,
- bool readOnly = false,
- required String identifier,
- required String? label,
- bool required = false,
- List<
ARule< ? customRules,String> > - bool denySpaces = false,
- double height = 46,
- void onChanged()?,
- String? initialValue,
- int? flexible,
- bool expanded = false,
- EdgeInsets? margin,
- bool linkToAForm = true,
- VoidCallback? onSubmit,
- EdgeInsets? padding,
- bool readonly = false,
- int timerTime = 500,
- InputDecoration? decoration,
Implementation
const AFieldText({
this.capitalize = false,
this.keyboardType,
this.clearable = false,
this.maxLines = 1,
this.hintText,
this.autofocus = false,
this.icon,
this.suffix,
this.bottom,
this.autofillHints,
this.onUnfocus,
super.key,
super.readOnly,
required super.identifier,
required super.label,
super.required,
super.customRules,
this.denySpaces = false,
this.height = 46,
super.onChanged,
super.initialValue,
super.flexible,
super.expanded,
super.margin,
super.linkToAForm,
super.onSubmit,
super.padding,
super.readonly,
super.timerTime,
this.decoration,
});