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