PlayerView constructor

const PlayerView(
  1. PlayerController controller, {
  2. Key? key,
})

Implementation

const PlayerView(this.controller, {super.key});