toggleButtonsUnselectedSchemeColor property

SchemeColor? toggleButtonsUnselectedSchemeColor
final

Defines which Theme based ColorScheme based color the ToggleButtons use as the foreground color for unselected toggle buttons.

All colors in the color scheme are not good choices, but some work well.

If not defined, toggleButtonsSchemeColor will be used as base.

Implementation

final SchemeColor? toggleButtonsUnselectedSchemeColor;