ZdsResizableTextArea constructor
- {Key? key,
- TextInputAction textInputAction = TextInputAction.none,
- String? hintText,
- String? label,
- int? maxLines,
- double height = 100,
- double maxHeight = double.infinity,
- double minHeight = 48,
- TextStyle? textStyle,
- TextEditingController? controller,
- ValueChanged<
String> ? onChanged, - FocusNode? focusNode,
- bool enabled = true,
- InputDecoration? decoration,
- String? semanticLabel}
Constructs a ZdsResizableTextArea.
Implementation
const ZdsResizableTextArea