HoopComponent constructor

HoopComponent({
  1. required Vector2 position,
})

Implementation

HoopComponent({required Vector2 position})
    : super(
        position: position,
        size: Vector2(_displayWidth, _displayHeight),
        anchor: Anchor(_anchorX, _anchorY),
      );