EffectBirthdayOneParams class
Constructors
- EffectBirthdayOneParams(double? width, double? height, Image? image)
Properties
- alpha ↔ double?
-
透明度
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- height ↔ double?
-
高度
getter/setter pair
- image ↔ Image?
-
图片
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
- width ↔ double?
-
宽度
getter/setter pair
- x ↔ double?
-
x 坐标
getter/setter pair
- y ↔ double?
-
y 坐标
getter/setter pair
Methods
-
init(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void - 当雪花移出屏幕时,需要重置参数
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited