ThemeSheetStyle

data class ThemeSheetStyle(val tile: ThemeTileStyle? = null, val tileLayout: ThemeTileLayoutStyle? = null)

The theme display options for sheets.

Constructors

Link copied to clipboard
constructor(tile: ThemeTileStyle? = null, tileLayout: ThemeTileLayoutStyle? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val tile: ThemeTileStyle? = null

The display options for tiles.

Link copied to clipboard

The layout options for tiles.