TableHeaderIcons

data class TableHeaderIcons(val sortAsc: ImageVector, val sortDesc: ImageVector, val sortNeutral: ImageVector, val filterActive: ImageVector, val filterInactive: ImageVector)

Icons used by table header for sort and filter affordances.

Constructors

Link copied to clipboard
constructor(sortAsc: ImageVector, sortDesc: ImageVector, sortNeutral: ImageVector, filterActive: ImageVector, filterInactive: ImageVector)

Properties

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