TextAreaDefault constructor
TextAreaDefault({
- IconData? suffixIcon,
- @required bool? readOnly,
- bool? enabled,
- String? helperHint,
- ValueChanged<
String> ? onChanged, - List<
TextInputFormatter> ? inputFormatters, - int? maxlength,
- TextInputType? keyboardType,
- String? validator()?,
- bool enableSuggestions = false,
- String? initialValue,
- int? maxlines,
- TextEditingController? textCtrl,
- VoidCallback? toolTipAction,
- String? hintText,
- TextStyle? hintStyle,
- bool? showToolTip = true,
- Widget? labelWidget,
- String? toolTipText,
- required String labelText,
Implementation
TextAreaDefault({
this.suffixIcon,
@required this.readOnly,
this.enabled,
this.helperHint,
this.onChanged,
this.inputFormatters,
this.maxlength,
this.keyboardType,
this.validator,
this.enableSuggestions = false,
this.initialValue,
this.maxlines,
this.textCtrl,
this.toolTipAction,
this.hintText,
this.hintStyle,
this.showToolTip = true,
this.labelWidget,
this.toolTipText,
required this.labelText,
});