TableFooterColors

class TableFooterColors(val containerColor: Color, val contentColor: Color)

Constructors

Link copied to clipboard
constructor(containerColor: Color, contentColor: Color)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun copy(containerColor: Color = this.containerColor, contentColor: Color = this.contentColor): TableFooterColors