Theme Tile Layout Style Args
data class ThemeTileLayoutStyleArgs(val gutter: Output<ThemeGutterStyleArgs>? = null, val margin: Output<ThemeMarginStyleArgs>? = null) : ConvertibleToJava<ThemeTileLayoutStyleArgs>
The display options for the layout of tiles on a sheet.
Constructors
Link copied to clipboard
constructor(gutter: Output<ThemeGutterStyleArgs>? = null, margin: Output<ThemeMarginStyleArgs>? = null)