ControlButtons constructor

const ControlButtons(
  1. AudioPlayer player, {
  2. Key? key,
})

Implementation

const ControlButtons(this.player, {Key? key}) : super(key: key);