LavaUI docs

struct ExpandStyle

Swift

struct ExpandStyle

Colours and metrics for an Expand disclosure.

Sources/LavaUI/Expand.swift:61

Constructors

init(collapsedChevron: String = "›", expandedChevron: String = "ˇ", titleColor: Color? = nil, background: Color? = nil, border: Color? = nil, hoverFill: Color? = nil, cornerRadius: Float? = nil, borderWidth: Float = 1, headerPadding: Float = 10, contentPadding: Float = 10, transition: Transition = .slide(dy: -14))

Not documented.

Sources/LavaUI/Expand.swift:74

Properties

var background: Color

Not documented.

Sources/LavaUI/Expand.swift:65

var border: Color

Not documented.

Sources/LavaUI/Expand.swift:66

var borderWidth: Float

Not documented.

Sources/LavaUI/Expand.swift:69

var collapsedChevron: String

Not documented.

Sources/LavaUI/Expand.swift:62

var contentPadding: Float

Not documented.

Sources/LavaUI/Expand.swift:71

var cornerRadius: Float

Not documented.

Sources/LavaUI/Expand.swift:68

var expandedChevron: String

Not documented.

Sources/LavaUI/Expand.swift:63

var headerPadding: Float

Not documented.

Sources/LavaUI/Expand.swift:70

var hoverFill: Color

Not documented.

Sources/LavaUI/Expand.swift:67

var titleColor: Color

Not documented.

Sources/LavaUI/Expand.swift:64

var transition: Transition

Not documented.

Sources/LavaUI/Expand.swift:72