RainSnowParams class
Constructors
- RainSnowParams(double width, double height, WeatherType weatherType)
Properties
- alpha ↔ double
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double
-
getter/setter pair
- heightRatio ↔ double
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scale ↔ double
-
getter/setter pair
- speed ↔ double
-
getter/setter pair
- weatherType ↔ WeatherType
-
getter/setter pair
- width ↔ double
-
getter/setter pair
- widthRatio ↔ double
-
getter/setter pair
- x ↔ double
-
getter/setter pair
- y ↔ double
-
getter/setter pair
Methods
-
init(
dynamic widthRatio, dynamic heightRatio) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - The parameters need to be reset when the snowflake moves off the screen
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited