RowConstraintsScope

RowConstraints configurator interface.

Functions

Link copied to clipboard
open fun append(): RowConstraints

Add a default RowConstraints, returning the constraints added.

open fun append(configuration: RowConstraints.() -> Unit): RowConstraints

Add a RowConstraints using configuration block, returning the constraints added.

Properties

Link copied to clipboard
abstract val constraints: ObservableList<RowConstraints>

Constraints of this scope.