AFieldTextExpandable constructor
const
AFieldTextExpandable({
- 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 = 110,
- void onChanged()?,
- String? initialValue,
- int? flexible,
- bool expanded = false,
- EdgeInsets? margin,
- bool linkToAForm = true,
- VoidCallback? onSubmit,
- EdgeInsets? padding,
- bool readonly = false,
- int lineMultiplier = 10,
- double maxHeight = double.infinity,
- int timerTime = 500,
Implementation
const AFieldTextExpandable({
super.capitalize = false,
super.keyboardType,
super.clearable = false,
super.maxLines = 1,
super.hintText,
super.autofocus = false,
super.icon,
super.suffix,
super.bottom,
super.autofillHints,
super.onUnfocus,
super.key,
super.readOnly,
required super.identifier,
required super.label,
super.required,
super.customRules,
super.denySpaces = false,
super.height = 110,
super.onChanged,
super.initialValue,
super.flexible,
super.expanded,
super.margin,
super.linkToAForm,
super.onSubmit,
super.padding,
super.readonly,
this.lineMultiplier = 10,
this.maxHeight = double.infinity,
super.timerTime,
});