CustomEffectExtensions<T extends AnimateManager<T>> extension

Adds CustomEffect related extensions to AnimateManager.

on
  • T

Methods

custom({required CustomEffectBuilder builder, Duration? delay, Duration? duration, Curve? curve, double? begin, double? end}) → T
Adds a CustomEffect that animates effects via a builder method that accepts a BuildContext, target child, and calculated animation value between begin and end.