BordersBuilder

Supporting class to use Borders with DSL.

See also

Types

Link copied to clipboard

Supporting class to add empty border with DSL.

Link copied to clipboard

Supporting class to add etched border with DSL.

Link copied to clipboard

Supporting class to add line border with DSL.

Link copied to clipboard
abstract class NonEmptyBordersBuilder

Functions

Link copied to clipboard
fun addBorder(border: Borders.Border)

Allows for developers to develop custom Borders.Border implementations.

Link copied to clipboard
fun empty(builderAction: BordersBuilder.EmptyBuilder.() -> Unit)

Opens up DSL to create empty border.

Link copied to clipboard
fun etched(builderAction: BordersBuilder.EtchedBuilder.() -> Unit)

Opens up DSL to create etched border.

Link copied to clipboard
fun line(builderAction: BordersBuilder.LineBuilder.() -> Unit)

Opens up DSL to create line border.