menu
remix package
documentation
remix.dart
SelectMenuItemStyler
iconShadow method
iconShadow method
dark_mode
light_mode
iconShadow
method
SelectMenuItemStyler
iconShadow
(
ShadowMix
value
)
inherited
Sets single icon shadow
Implementation
T iconShadow(ShadowMix value) { return icon(IconStyler(shadows: [value])); }
remix package
documentation
remix
SelectMenuItemStyler
iconShadow method
SelectMenuItemStyler class