expands method
The expands property of TextField.
Implementation
DefineMTextFieldModifier expands(bool? value) {
return this.copyWith(valueExpands: value);
}
The expands property of TextField.
DefineMTextFieldModifier expands(bool? value) {
return this.copyWith(valueExpands: value);
}