WindowStyleManager

interface WindowStyleManager

Style manager which lets you update the style of the provided window using the exposed properties.

Only use this manager if you can't use the @Composable method WindowStyle

Properties

Link copied to clipboard
abstract var backdropType: WindowBackdrop

The type of the window backdrop/background. See WindowBackdrop and its implementations.

Link copied to clipboard
abstract var frameStyle: WindowFrameStyle

The style of the window frame which includes the title bar and window border. See WindowFrameStyle.

Link copied to clipboard
abstract var isDarkTheme: Boolean

This property should match the theming system used in your application. It's effect depends on the used backdrop as follows:

Inheritors

Link copied to clipboard