ColorThemeBuilder

fun ColorThemeBuilder(name: String = "anonymous", primaryForegroundColor: TileColor = TileColor.defaultForegroundColor(), secondaryForegroundColor: TileColor = TileColor.defaultForegroundColor(), primaryBackgroundColor: TileColor = TileColor.defaultBackgroundColor(), secondaryBackgroundColor: TileColor = TileColor.defaultBackgroundColor(), accentColor: TileColor = TileColor.defaultForegroundColor())

Sources

(source)
Link copied to clipboard