ShararaVideoPlayer constructor
const
ShararaVideoPlayer({
- Key? key,
- required ShararaVideoPlayerController controller,
- Options options = const Options(),
Implementation
const ShararaVideoPlayer({super.key,
required this.controller,
this.options = const Options()
});