TableColors

constructor(primary: Color = SurfaceColor.Primary, primaryLight: Color = SurfaceColor.ContainerHighest, headerText: Color = TextColor.OnSurfaceLight, headerBackground1: Color = SurfaceColor.ContainerLow, headerBackground2: Color = SurfaceColor.Container, cellText: Color = TextColor.OnSurfaceVariant, disabledCellText: Color = TextColor.OnDisabledSurface, disabledCellBackground: Color = SurfaceColor.DisabledSurfaceBright, disabledSelectedBackground: Color = SurfaceColor.DisabledSurface, tableBackground: Color = SurfaceColor.SurfaceBright, onPrimary: Color = TextColor.OnPrimary, selectedCell: Color = SurfaceColor.ContainerHighest)