OnAnimate<T, S> typedef
OnAnimate<T, S> =
S Function(T value)
- BetweenOffsetExtension
- BetweenPathOffset
BetweenConcurrent
Implementation
typedef OnAnimate<T, S> = S Function(T value);
BetweenConcurrenttypedef OnAnimate<T, S> = S Function(T value);