StiloTransformScale class abstract

A class that constructs Transform widgets based on scale constants

Constructors

StiloTransformScale()

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

scale0({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 0.0
scale100({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 1.0
scale105({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 1.05
scale110({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 1.1
scale125({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 1.25
scale150({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 1.5
scale50({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 0.5
scale75({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 0.75
scale90({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 0.9
scale95({Key? key, Widget? child}) Transform
Constructs a Transform widget with a scale of 0.95