struct

Lipgloss::Edges

Inherits Struct < Value < Object

Edges represents the four sides of a box (top, right, bottom, left)

Constructors

new(top : Int32 = 0, right : Int32 = 0, bottom : Int32 = 0, left : Int32 = 0)

Class methods

all(val : Int32)
symmetric(vertical : Int32, horizontal : Int32)

Instance methods

bottom
bottom=(bottom : Int32)
horizontal
left
left=(left : Int32)
right
right=(right : Int32)
top
top=(top : Int32)
vertical