S360fTextAreaInput constructor
const
S360fTextAreaInput({
- Key? key,
- String? label,
- String? hint,
- String? value,
- bool readOnly = false,
- bool? isRequired = false,
- bool isError = false,
- String? errorMessage,
- int? maxLines = 5,
- int? minLines = 3,
- ValueChanged<
String> ? onChanged, - FormFieldValidator<
String> ? validator, - List<
TextInputFormatter> ? inputFormatters, - TextEditingController? controller,
- FocusNode? focusNode,
- InputDecoration? decoration,
- Iterable<
String> ? autofillHints, - ValueChanged<
String> ? onSubmitted, - String? tooltipMessage,
- Widget? tooltipIcon,
- Color? tooltipIconColor,
- int? maxLength,
Implementation
const S360fTextAreaInput({
super.key,
this.label,
this.hint,
this.value,
this.readOnly = false,
this.isRequired = false,
this.isError = false,
this.errorMessage,
this.maxLines = 5,
this.minLines = 3,
this.onChanged,
this.validator,
this.inputFormatters,
this.controller,
this.focusNode,
this.decoration,
this.autofillHints,
this.onSubmitted,
this.tooltipMessage,
this.tooltipIcon,
this.tooltipIconColor,
this.maxLength,
});