StyleSheetsAggregator

Aggregator of Compose CSS StyleSheet. Allowing to add StyleSheet in it and draw it in one place without requiring to add Style(stylesheet) on every compose function call

Properties

Link copied to clipboard
val stylesFlow: StateFlow<Set<<Error class: unknown class>>>

Functions

Link copied to clipboard
fun addStyleSheet(styleSheet: <Error class: unknown class>)

Adding styleSheet into the Set of included stylesheets. If you called enableStyleSheetsAggregator, new styles will be enabled in the document

Link copied to clipboard
fun draw()
Link copied to clipboard
fun removeStyleSheet(styleSheet: <Error class: unknown class>)

Removed styleSheet into the Set of included stylesheets