LavaUI docs

struct DividerStyle

Swift

struct DividerStyle

Colour and metrics for a Divider.

Sources/LavaUI/Divider.swift:54

Constructors

init(thickness: Float? = nil, spacing: Float = 4, color: Color? = nil)

Not documented.

Sources/LavaUI/Divider.swift:60

Properties

var color: Color

Not documented.

Sources/LavaUI/Divider.swift:58

var spacing: Float

Clear space on each side of the rule, along the container's axis.

Sources/LavaUI/Divider.swift:57

var thickness: Float

Not documented.

Sources/LavaUI/Divider.swift:55