CssRotation class
- Inheritance
-
- Object
- CssTransformComponent
- CssRotation
- Annotations
-
- @Native("CSSRotation")
Constructors
- CssRotation.new(dynamic angleValue_OR_x, [num? y, num? z, CssNumericValue? angle])
-
factory
Properties
- angle â CssNumericValue?
-
getter/setter pair
- hashCode â int
-
The hash code for this object.
no setterinherited
- is2D â bool?
-
getter/setter pairinherited
- runtimeType â Type
-
A representation of the runtime type of the object.
no setterinherited
- x â num?
-
getter/setter pair
- y â num?
-
getter/setter pair
- z â num?
-
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