maxHeight method

TextFieldStyler maxHeight(
  1. double value
)

Implementation

TextFieldStyler maxHeight(double value) {
  return container(BoxStyler().maxHeight(value));
}