Constraints class
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasHorizontalConstraints → bool
-
no setter
- hasHorizontalContractionConstraints → bool
-
no setter
- hasHorizontalExpansionConstraints → bool
-
no setter
- hasVerticalConstraints → bool
-
no setter
- hasVerticalContractionConstraints → bool
-
no setter
- hasVerticalExpansionConstraints → bool
-
no setter
- height ↔ double?
-
getter/setter pair
- isEmpty → bool
-
no setter
- isNotEmpty → bool
-
no setter
- maxHeight ↔ double?
-
getter/setter pair
- maxWidth ↔ double?
-
getter/setter pair
- minHeight ↔ double?
-
getter/setter pair
- minWidth ↔ double?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- width ↔ double?
-
getter/setter pair
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
Static Methods
-
clone(
Constraints constraints) → Constraints -
tightest(
Constraints constraints1, Constraints constraints2) → Constraints