
Slots
- bottom
-
static Valign bottom
- center
-
static Valign center
- fill
-
static Valign fill
- fromStr
-
static Valign fromStr(Str name, Bool checked := true)
Return the Valign instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- top
-
static Valign top
- values
-
static Valign[] values
List of Valign values indexed by ordinal