maxWidth method

SelectMenuItemStyler maxWidth(
  1. double value
)

Implementation

SelectMenuItemStyler maxWidth(double value) {
  return container(FlexBoxStyler().maxWidth(value));
}