BetterVideoPlayerControls constructor

const BetterVideoPlayerControls({
  1. Key? key,
  2. required bool isFullScreen,
})

Implementation

const BetterVideoPlayerControls({Key? key, required this.isFullScreen}) : super(key: key);