FlipEffectExtensions<T> extension

on

Methods

flip({Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Alignment? alignment, double? perspective, Axis? direction}) → T
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
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
Adds a flipV extension to AnimateManager (Animate and AnimateList). This is identical to the flip extension, except it always uses direction = Axis.vertical.