PlayerWithControls constructor

const PlayerWithControls({
  1. Key? key,
  2. required bool withControls,
})

Implementation

const PlayerWithControls({
  Key? key,
  required this.withControls,
}) : super(key: key);