ButtonColors

constructor(containerColor: Color, contentColor: Color, disabledContainerColor: Color, disabledContentColor: Color)

Parameters

containerColor

the container color of this Button when enabled.

contentColor

the content color of this Button when enabled.

disabledContainerColor

the container color of this Button when not enabled.

disabledContentColor

the content color of this Button when not enabled. @constructor create an instance with arbitrary colors.