expands method
Whether this widget's height will be sized to fill its parent
Equivalent to
TextFormField(
expands: input
)
Implementation
NikuTextField expands([bool expands = true]) {
_expands = expands;
return this;
}
Whether this widget's height will be sized to fill its parent
Equivalent to
TextFormField(
expands: input
)
NikuTextField expands([bool expands = true]) {
_expands = expands;
return this;
}