LottieDelegates class
Properties
hashCode
→ int
The hash code for this object.
no setter override
image
→ Image ? Function(LottieComposition , LottieImageAsset ) ?
A callback to dynamically change an image of the animation.
final
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
text
→ String Function(String ) ?
Specify a callback to dynamically changes the text displayed in the lottie
animation.
For instance, this is useful when you want to translate the text in the animation.
final
textStyle
→ TextStyle Function(LottieFontStyle ) ?
A callback to map between a font family specified in the json animation
with the font family in your assets.
This is useful either if:
final
values
→ List <ValueDelegate > ?
A list of value delegates to dynamically modify the animation
properties at runtime.
final
Methods
noSuchMethod (Invocation invocation )
→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString ()
→ String
A string representation of this object.
inherited
livelyness_detection 0.0.1+4