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