itemColors
Creates a MenuItemColors that represents the default text and icon colors used in a DropdownMenuItemContent.
@Composable
Creates a MenuItemColors that represents the default text and icon colors used in a DropdownMenuItemContent.
Parameters
textColor
the text color of this DropdownMenuItemContent when enabled
leadingIconColor
the leading icon color of this DropdownMenuItemContent when enabled
trailingIconColor
the trailing icon color of this DropdownMenuItemContent when enabled
disabledTextColor
the text color of this DropdownMenuItemContent when not enabled
disabledLeadingIconColor
the leading icon color of this DropdownMenuItemContent when not enabled
disabledTrailingIconColor
the trailing icon color of this DropdownMenuItemContent when not enabled