options

open fun options(columnStart: Int? = null, rowStart: Int? = null, columnEnd: String? = null, rowEnd: String? = null, area: String? = null, justifySelf: JustifyItems? = null, alignSelf: AlignItems? = null, className: String? = null, builder: Container.() -> Unit)

DSL function to add components with additional options.

Parameters

builder

DSL builder function