TextAreaClearable constructor
TextAreaClearable({
- @required String? label,
- @required bool? readOnly,
- @required bool? enabled,
- String? helperHint,
- int? maxlength,
- TextInputType? keyboardType,
- AutovalidateMode? autovalidateMode,
- bool enableSuggestions = false,
- ValueChanged<
String> ? onChanged, - String? validator()?,
- List<
TextInputFormatter> ? inputFormatters, - int? maxlines,
- TextEditingController? textCtrl,
Implementation
TextAreaClearable(
{@required this.label,
@required this.readOnly,
@required this.enabled,
this.helperHint,
this.maxlength,
this.keyboardType,
this.autovalidateMode,
this.enableSuggestions = false,
this.onChanged,
this.validator,
this.inputFormatters,
this.maxlines,
this.textCtrl});