append

fun append(): RowConstraints

Add a default RowConstraints, returning the constraints added.


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

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