StiloTransformRotate class abstract

A class that constructs Transform widgets based on rotation constants

Constructors

StiloTransformRotate()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

rotate0({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 0.0
rotate1({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 1.0
rotate12({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 12.0
rotate12Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -12.0
rotate180({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 180.0
rotate180Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -180.0
rotate1Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -1.0
rotate2({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 2.0
rotate2Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -2.0
rotate3({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 3.0
rotate3Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -3.0
rotate45({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 45.0
rotate45Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -45.0
rotate6({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 6.0
rotate6Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -6.0
rotate90({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of 90.0
rotate90Neg({Key? key, Widget? child}) Transform
Constructs a Transform widget with an angle of -90.0