textArea abstract method
Widget
textArea(
{ - String? label,
- LabelPosition labelPosition = LabelPosition.top,
- bool required = false,
- String? value,
- double? width,
- double? height,
- ItemSize size = ItemSize.medium,
- bool quiet = false,
- bool disabled = false,
- bool readOnly = false,
- String? helpText,
- bool error = false,
})
Implementation
Widget textArea({
String? label,
LabelPosition labelPosition = LabelPosition.top,
bool required = false,
String? value,
double? width,
double? height,
ItemSize size = ItemSize.medium,
bool quiet = false,
bool disabled = false,
bool readOnly = false,
String? helpText,
bool error = false,
});