PlayerBar constructor

const PlayerBar({
  1. Key? key,
  2. required PlayerController player,
  3. List<Widget>? options,
})

Implementation

const PlayerBar({Key? key, required this.player, this.options}) : super(key: key);