BoxFitControlTile constructor

const BoxFitControlTile({
  1. Key? key,
  2. required VideoPlayerState state,
  3. required PlayerTheme theme,
  4. String title = 'Size -',
})

Implementation

const BoxFitControlTile({
  super.key,
  required this.state,
  required this.theme,
  this.title = 'Size -',
});