menu
remix package
documentation
remix.dart
SelectMenuItemStyler
maxWidth method
maxWidth method
dark_mode
light_mode
maxWidth
method
SelectMenuItemStyler
maxWidth
(
double
value
)
Implementation
SelectMenuItemStyler maxWidth(double value) { return container(FlexBoxStyler().maxWidth(value)); }
remix package
documentation
remix
SelectMenuItemStyler
maxWidth method
SelectMenuItemStyler class