AnimatedPainter class abstract

AnimatedPainter

Implement this interface to get an animated Canvas. Use with AnimatedPaint() widget

Used by SpaceClock to paint the scene paint() will be called as fast as possible

Implementers

Constructors

AnimatedPainter()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → void
Initialize the Painter (e.g. Load Images)
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
paint(Canvas canvas, Size size) → void
Paint to the canvas
toString() String
A string representation of this object.
inherited

Operators

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