TeddyController class

Inheritance
  • Object
  • FlareController
  • FlareControls
  • TeddyController

Constructors

TeddyController()

Properties

hashCode int
The hash code for this object.
no setterinherited
isActive ValueNotifier<bool>
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

advance(FlutterActorArtboard artBoard, double elapsed) bool
Advance all the FlareAnimationLayers that are currently controlled by this object, and mixes them accordingly.
override
checkEmailPassword({required String email, required String password}) Future<bool>
coverEyes(dynamic cover) → void
initialize(FlutterActorArtboard artBoard) → void
Called at initialization time, it stores the reference to the current FlutterActorArtboard.
override
lookAt(Offset caret) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCompleted(String name) → void
Listen for when the animation called name has completed.
override
play(String name, {double mix = 1.0, double mixSeconds = 0.2}) → void
Add the FlareAnimationLayer of the animation named name, to the end of the list of currently playing animation layers.
inherited
setViewTransform(Mat2D viewTransform) → void
Relays the information regarding the global Flutter viewTransform matrix of the FlareActor this controller is attached to.
override
toString() String
A string representation of this object.
inherited

Operators

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