Angle class abstract
Constructors
- Angle.deg(double value)
-
Constructs an Angle in the form '90deg'
constfactory
- Angle.rad(double value)
-
Constructs an Angle in the form '1rad'
constfactory
- Angle.turn(double value)
-
Constructs an Angle in the form '1turn'
constfactory
- Angle.variable(String value)
-
Represents a css variable
constfactory
Properties
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