height method

SelectMenuItemStyler height(
  1. double value
)

Implementation

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