Spinner class

A spinner animation definition.

Contains the frames to display and the speed at which to animate.

Constructors

Spinner({required List<String> frames, Duration fps = const Duration(milliseconds: 100)})
const

Properties

fps Duration
Duration between frames.
final
frames List<String>
The frames of the spinner animation.
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
toString() String
A string representation of this object.
inherited

Operators

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