MeteoriteConfig class

Constructors

MeteoriteConfig({bool enabled = true, double minMeteoriteSize = .5, double maxMeteoriteSize = 3, List<Color> colors = const <Color>[Colors.white], double minMeteoriteSpeed = .4, double maxMeteoriteSpeed = 3})
const

Properties

colors List<Color>
final
enabled bool
final
hashCode int
The hash code for this object.
no setterinherited
maxMeteoriteSize double
final
maxMeteoriteSpeed double
final
minMeteoriteSize double
final
minMeteoriteSpeed double
final
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