AdditiveAxisSize class
Sum of two AxisSizes.
Constructors
- AdditiveAxisSize(AxisSize a, AxisSize b)
-
Creates an additive axis size.
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
double available) → double -
Resolves this size against the
availablecross-axis extent.override -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
double factor) → AxisSize -
Scales this size by
factor.inherited -
operator +(
AxisSize other) → AxisSize -
Sum of two sizes.
inherited
-
operator -(
AxisSize other) → AxisSize -
Difference of two sizes.
inherited
-
operator /(
double factor) → AxisSize -
Divides this size by
factor.inherited -
operator ==(
Object other) → bool -
The equality operator.
inherited