GridRowColumnContext

@ExperimentalCoroutinesApi
class GridRowColumnContext(    keyFragment: String,     styleParams: StyleParams,     target: StringBuilder) : StyleParams

Constructors

Link copied to clipboard
fun GridRowColumnContext(    keyFragment: String,     styleParams: StyleParams,     target: StringBuilder)

Functions

Link copied to clipboard
fun end(value: () -> Property)

This function is used to define the end position within the columns or rows of a grid for a child element using the CSS properties:

Link copied to clipboard
fun span(value: Int): String

This function creates a `span` expression for integer values.

fun span(value: String): String

This function creates a `span` expression for generic properties.

Link copied to clipboard
fun start(value: () -> Property)

This function is used to define the start position within the columns or rows of a grid for a child element using the CSS properties:

Properties

Link copied to clipboard
open override val lgProperties: StringBuilder

collects the properties for large screens

Link copied to clipboard
open override val mdProperties: StringBuilder

collects the properties for middle-sized screens

Link copied to clipboard
open override val smProperties: StringBuilder

collects the properties for small screens

Link copied to clipboard
open override val xlProperties: StringBuilder

collects the properties for extra-large screens