ZdsResizableTextArea constructor

const ZdsResizableTextArea(
  1. {Key? key,
  2. TextInputAction textInputAction = TextInputAction.none,
  3. String? hintText,
  4. String? label,
  5. int? maxLines,
  6. double height = 100,
  7. double maxHeight = double.infinity,
  8. double minHeight = 48,
  9. TextStyle? textStyle,
  10. TextEditingController? controller,
  11. ValueChanged<String>? onChanged,
  12. FocusNode? focusNode,
  13. bool enabled = true,
  14. String? footerText,
  15. InputDecoration? decoration,
  16. String? semanticLabel}
)

Constructs a ZdsResizableTextArea.

Implementation

const ZdsResizableTextArea