LottieRenderer class

Constructors

LottieRenderer({required LottieComposition composition, required double progress, required NotifyingVector2 size, EffectController? controller, double? duration, bool? repeating, Alignment? alignment, BoxFit? fit, LottieDelegates? delegates, bool? enableMergePaths, FrameRate? frameRate})

Properties

alignment Alignment?
final
boundingRect Rect
getter/setter pair
drawable LottieDrawable
final
fit BoxFit?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
render(Canvas canvas) → void
Renders the current frame of the Lottie animation onto the canvas.
toString() String
A string representation of this object.
inherited
update(double dt) → void

Operators

operator ==(Object other) bool
The equality operator.
inherited