SegmentedButtonColors

constructor(activeContainerColor: Color, activeContentColor: Color, activeBorderColor: Color, inactiveContainerColor: Color, inactiveContentColor: Color, inactiveBorderColor: Color, disabledActiveContainerColor: Color, disabledActiveContentColor: Color, disabledActiveBorderColor: Color, disabledInactiveContainerColor: Color, disabledInactiveContentColor: Color, disabledInactiveBorderColor: Color)

create an instance with arbitrary colors, see SegmentedButtonDefaults for a factory method using the default material3 spec

Parameters

activeContainerColor

the color used for the container when enabled and active

activeContentColor

the color used for the content when enabled and active

activeBorderColor

the color used for the border when enabled and active

inactiveContainerColor

the color used for the container when enabled and inactive

inactiveContentColor

the color used for the content when enabled and inactive

inactiveBorderColor

the color used for the border when enabled and active

disabledActiveContainerColor

the color used for the container when disabled and active

disabledActiveContentColor

the color used for the content when disabled and active

disabledActiveBorderColor

the color used for the border when disabled and active

disabledInactiveContainerColor

the color used for the container when disabled and inactive

disabledInactiveContentColor

the color used for the content when disabled and inactive

disabledInactiveBorderColor

the color used for the border when disabled and inactive