ConstraintId class

Each child element can be set with an id so that they can be referenced by other child elements. If not set, other child elements can be referenced by relative id. But once an id is defined, it cannot be referenced using a relative id.

Implementers

Constructors

ConstraintId(String id)

Properties

baseline ConstraintAlign
latefinal
bottom ConstraintAlign
latefinal
center ConstraintAlign
latefinal
hashCode int
The hash code for this object.
no setteroverride
id String
Uniqueness must be guaranteed
final
left ConstraintAlign
latefinal
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
top ConstraintAlign
latefinal

Methods

bottomGoneMargin(double margin) ConstraintId
bottomMargin(double margin) ConstraintId
leftGoneMargin(double margin) ConstraintId
leftMargin(double margin) ConstraintId
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rightGoneMargin(double margin) ConstraintId
rightMargin(double margin) ConstraintId
topGoneMargin(double margin) ConstraintId
topMargin(double margin) ConstraintId
toString() String
A string representation of this object.
override

Operators

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