withAddedModifiers

abstract fun withAddedModifiers(modifiers: Set<Modifier>): StyleSet
open fun withAddedModifiers(vararg modifiers: Modifier): StyleSet

Creates a copy of this StyleSet with the given modifiers added.