ShararaVideoPlayer constructor

const ShararaVideoPlayer({
  1. Key? key,
  2. required ShararaVideoPlayerController controller,
  3. Options options = const Options(),
})

Implementation

const ShararaVideoPlayer({super.key,
  required this.controller,
  this.options = const Options()
});