ElevationEffectExtensions<T extends AnimateManager<T> > extension
Adds ElevationEffect related extensions to AnimateManager.
- on
-
- T
Methods
-
elevation(
{Duration? delay, Duration? duration, Curve? curve, double? begin, double? end, Color? color, BorderRadius? borderRadius}) → T -
Available on T, provided by the ElevationEffectExtensions extension
Adds an ElevationEffect that animates a Material elevation shadow betweenbeginandend(via PhysicalModel). You can also specify a shadowcolorandborderRadiusto add rounded corners.