PlatformJumpAnimations constructor
PlatformJumpAnimations({
- required FutureOr<
SpriteAnimation> jumpUpRight, - required FutureOr<
SpriteAnimation> jumpDownRight, - FutureOr<
SpriteAnimation> ? jumpUpLeft, - FutureOr<
SpriteAnimation> ? jumpDownLeft,
Implementation
PlatformJumpAnimations({
required this.jumpUpRight,
required this.jumpDownRight,
this.jumpUpLeft,
this.jumpDownLeft,
});