FlipEffectExtensions<T> extension

on

Methods

flip({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment, double? perspective, Axis? direction}) → T

Available on AnimateManager<T>, provided by the FlipEffectExtensions extension

Adds a flip extension to AnimateManager (Animate and AnimateList).
flipH({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment, double? perspective}) → T

Available on AnimateManager<T>, provided by the FlipEffectExtensions extension

Adds a flipH extension to AnimateManager (Animate and AnimateList). This is identical to the flip extension, except it always uses direction = Axis.horizontal.
flipV({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment, double? perspective}) → T

Available on AnimateManager<T>, provided by the FlipEffectExtensions extension

Adds a flipV extension to AnimateManager (Animate and AnimateList). This is identical to the flip extension, except it always uses direction = Axis.vertical.