SpeedControlTile constructor
const
SpeedControlTile({
- Key? key,
- required VideoPlayerState state,
- String title = 'Speed -',
- required PlayerTheme theme,
Implementation
const SpeedControlTile({
super.key,
required this.state,
this.title = 'Speed -',
required this.theme,
});