SmallCactus constructor

SmallCactus({
  1. required Function onRemoveCallback,
})

Implementation

SmallCactus({required Function onRemoveCallback})
    : super(
        spritePosition: Vector2(446, 2),
        spriteSize: Vector2(34, 70),
        size: Vector2(17, 35),
        onRemoveCallback: onRemoveCallback,
      );