delegates property
A group of callbacks to further customize the lottie animation.
- A
text
delegate to dynamically change some text displayed in the animation - A value callback to change the properties of the animation at runtime.
- A text style factory to map between a font family specified in the animation and the font family in your assets.
Implementation
final LottieDelegates? delegates;