ScaleTransformBuilder class
- Inheritance
-
- Object
- TransformBuilder<
double> - ScaleTransformBuilder
Constructors
-
ScaleTransformBuilder({required List<
double> values, Alignment alignment = Alignment.center})
Properties
Methods
-
build(
int i, double animationValue, Widget widget) → Widget -
override
-
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