BottomControls constructor
const
BottomControls({
- Key? key,
- required PlayerTheme theme,
- required VideoPlayerState state,
- required Debouncer d,
Implementation
const BottomControls({
super.key,
required this.theme,
required this.state,
required this.d,
});