ButtonColours

data class ButtonColours(val border: AppColour, val container: AppColour, val content: AppColour)

Model to provide colours for a button.

Constructors

Link copied to clipboard
constructor(border: Color, container: Color, content: Color)

Secondary constructor to allow creating an instance without using AppColour. This can be used when loading colours from resources using colourResource.

constructor(border: AppColour, container: AppColour, content: AppColour)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Colour for the content of the button including text and icons.