menu
flutter_simple_ui package
documentation
models/form_config.dart
TextareaProps
TextareaProps.new const constructor
TextareaProps.new const constructor
dark_mode
light_mode
TextareaProps
constructor
const
TextareaProps
(
{
int
?
minLength
,
int
?
maxLength
,
int
?
rows
=
4
,
void
onChanged
(
String
val
)?,
})
Implementation
const TextareaProps({this.minLength, this.maxLength, this.rows = 4, this.onChanged});
flutter_simple_ui package
documentation
models/form_config
TextareaProps
TextareaProps.new const constructor
TextareaProps class