MenuItemColors
Represents the text and icon colors used in a menu item at different states.
Parameters
the text color of this DropdownMenuItemContent when enabled
the leading icon color of this DropdownMenuItemContent when enabled
the trailing icon color of this DropdownMenuItemContent when enabled
the text color of this DropdownMenuItemContent when not enabled
the leading icon color of this DropdownMenuItemContent when not enabled
the trailing icon color of this DropdownMenuItemContent when not enabled
Constructors
create an instance with arbitrary colors. See MenuDefaults.itemColors for the default colors used in a DropdownMenuItemContent.
Properties
Functions
Returns a copy of this MenuItemColors, optionally overriding some of the values. This uses the Color.Unspecified to mean “use the value from the source”