ScaleEffectExtensions<T> extension
Methods
-
scale({Duration? delay, Duration? duration, Curve? curve, Offset? begin, Offset? end, Alignment? alignment})
→ T
-
Adds a scale extension to AnimateManager (Animate and AnimateList).
-
scaleX({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment})
→ T
-
Adds a scaleX extension to AnimateManager (Animate and AnimateList).
This scales only on the x-axis according to the
double
begin/end values.
-
scaleXY({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment})
→ T
-
Adds a scaleXY extension to AnimateManager (Animate and AnimateList).
This scales uniformly according to the
double
begin/end values.
-
scaleY({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment})
→ T
-
Adds a scaleY extension to AnimateManager (Animate and AnimateList).
This scales only on the y-axis according to the
double
begin/end values.