HorizontalConstraint enum

Inheritance

Constructors

HorizontalConstraint()
const

Values

left → const HorizontalConstraint

Node is laid out relative to left of the containing frame

Node is laid out relative to right of the containing frame

center → const HorizontalConstraint

Node is horizontally centered relative to containing frame

leftRight → const HorizontalConstraint

Both left and right of node are constrained relative to containing frame (node stretches with frame)

scale → const HorizontalConstraint

Node scales horizontally with containing frame

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<HorizontalConstraint>
A constant List of the values in this enum, in order of their declaration.