menuIndicatorBackgroundSchemeColor property

SchemeColor? menuIndicatorBackgroundSchemeColor
final

Select which color from the active ColorScheme to use as the highlighted SubmenuButtons and MenuItemButtons indicator background color.

If not defined, defaults to backgroundSchemeColor and the indicator only get overlay color for hover, focus and press states.

The overlay style can be tinted using interactionEffects.

Implementation

final SchemeColor? menuIndicatorBackgroundSchemeColor;