Default Style Set
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
createCopy
Link copied to clipboard
withAddedModifiers
Link copied to clipboard
open override fun withAddedModifiers(modifiers: Set<Modifier>): DefaultStyleSet
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers added.
withBackgroundColor
Link copied to clipboard
open override fun withBackgroundColor(backgroundColor: TileColor): DefaultStyleSet
Content copied to clipboard
Creates a copy of this StyleSet with the given background color.
withForegroundColor
Link copied to clipboard
open override fun withForegroundColor(foregroundColor: TileColor): DefaultStyleSet
Content copied to clipboard
Creates a copy of this StyleSet with the given foreground color.
withModifiers
Link copied to clipboard
open override fun withModifiers(modifiers: Set<Modifier>): DefaultStyleSet
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers.
withNoModifiers
Link copied to clipboard
withRemovedModifiers
Link copied to clipboard
open override fun withRemovedModifiers(modifiers: Set<Modifier>): DefaultStyleSet
Content copied to clipboard
Creates a copy of this StyleSet with the given modifiers removed.
Properties
Sources
(source)
Link copied to clipboard