AnimationModel class abstract

Constructors

AnimationModel({required Offset position, required Size region, required Duration duration, int count = 1, dynamic data})

Properties

controller AnimationController?
getter/setter pair
count int
final
data → dynamic
final
duration Duration
final
entities List<Entity>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
position Offset
final
region Size
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildEntities() Iterable<Widget>
buildEntity(Entity entity) Widget
createController(TickerProvider vsync) AnimationController
createEntity() Entity
dispose() → void
getEntityPosition(Entity entity) Offset
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
start() → void
toString() String
A string representation of this object.
inherited

Operators

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