struct OverlayStyle
Swift
struct OverlayStyle
Styling for the floating surface an overlay draws on.
Sources/LavaUI/Overlay.swift:344
Constructors
init(background: Color? = nil, border: Color? = nil, cornerRadius: Float? = nil, padding: Float = 4, minWidth: Float = 0, backdropBlurRadius: Float? = nil)
Not documented.
Sources/LavaUI/Overlay.swift:354
Properties
var backdropBlurRadius: Float?
Blur applied to everything behind the complete resolved popup frame.
Sources/LavaUI/Overlay.swift:352
var background: Color
Not documented.
Sources/LavaUI/Overlay.swift:345
var border: Color?
nil draws no outline.
Sources/LavaUI/Overlay.swift:347
var cornerRadius: Float
Not documented.
Sources/LavaUI/Overlay.swift:348
var minWidth: Float
Not documented.
Sources/LavaUI/Overlay.swift:350
var padding: Float
Not documented.
Sources/LavaUI/Overlay.swift:349