ShakeEffectExtensions<T> extension
- on
Methods
-
shake(
{Duration? delay, Duration? duration, Curve? curve, int? hz, Offset? offset, double? rotation}) → T -
Available on AnimateManager<
Adds a shake extension to AnimateManager (Animate and AnimateList).T> , provided by the ShakeEffectExtensions extension -
shakeX(
{Duration? delay, Duration? duration, Curve? curve, int? hz, double? amount}) → T -
Available on AnimateManager<
Adds a shakeX extension to AnimateManager (Animate and AnimateList). This setsT> , provided by the ShakeEffectExtensions extensionrotation=0
andoffset=Offset(amount, 0)
. -
shakeY(
{Duration? delay, Duration? duration, Curve? curve, int? hz, double? amount}) → T -
Available on AnimateManager<
Adds a shakeY extension to AnimateManager (Animate and AnimateList). This setsT> , provided by the ShakeEffectExtensions extensionrotation=0
andoffset=Offset(0, amount)
.