Meteorite class

Constructors

Meteorite({required int smallestWidth, required double starSize, required MeteoriteCompleteListener listener, required Random random, required Color color, required double startX, required double startY})

Properties

color Color
final
hashCode int
The hash code for this object.
no setterinherited
listener MeteoriteCompleteListener
final
random Random
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
smallestWidth int
final
starSize double
final

Methods

draw(Canvas canvas) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateFrame(double viewWidth, double viewHeight) → void

Operators

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