EmptyBuilder

class EmptyBuilder(nativeBorders: Borders.EmptyBorders)

Supporting class to add empty border with DSL.

Constructors

Link copied to clipboard
constructor(nativeBorders: Borders.EmptyBorders)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Specifies that the wrapped Node should have the given padding around all four sides of itself.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun build()
Link copied to clipboard
fun padding(top: Double, right: Double, bottom: Double, left: Double)

Specifies that the wrapped Node should be wrapped with the given padding for each of its four sides.