BottomControls constructor

const BottomControls({
  1. Key? key,
  2. required PlayerTheme theme,
  3. required VideoPlayerState state,
  4. required Debouncer d,
})

Implementation

const BottomControls({
  super.key,
  required this.theme,
  required this.state,
  required this.d,
});