FixedAxisSize class
An AxisSize of a fixed number of logical pixels.
Constructors
- FixedAxisSize(double size)
-
Creates a fixed 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