containedButtonColors
Creates a ContainedIconButtonColors instance to define the background, content, and container colors for a contained icon button.
Return
A ContainedIconButtonColors instance with the specified colors.
Parameters
The background color of the button when it is enabled. Defaults to Color.Unspecified.
The content (e.g., icon) color of the button when it is enabled. Defaults to Color.Unspecified.
The container color of the button when it is enabled. Defaults to KPDesign.colors.colorSurface
.
The background color of the button when it is disabled. Defaults to Color.Unspecified.
The content color of the button when it is disabled. Defaults to KPDesign.colors.colorOnSurfaceVariant1
.
The container color of the button when it is disabled. Defaults to KPDesign.colors.colorBackground
.