menu
remix package
documentation
remix.dart
TextFieldStyler
maxHeight method
maxHeight method
dark_mode
light_mode
maxHeight
method
TextFieldStyler
maxHeight
(
double
value
)
Implementation
TextFieldStyler maxHeight(double value) { return container(BoxStyler().maxHeight(value)); }
remix package
documentation
remix
TextFieldStyler
maxHeight method
TextFieldStyler class