MainAndCrossSize class

Constructors

MainAndCrossSize([double main = 0, double cross = 0])
MainAndCrossSize.fromSize(Axis direction, Size size)
factory
MainAndCrossSize.fromWH(Axis direction, double width, double height)
factory

Properties

cross double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
main double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

looseConstraintsFor(Axis direction) BoxConstraints
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sizeFor(Axis direction) Size
tightConstraintsFor(Axis direction) BoxConstraints
toString() String
A string representation of this object.
inherited

Operators

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