RehaculMoviePlayerWidget constructor
- {Key? key,
- dynamic onVideoStart( )?,
- VoidCallback? onVideoEnd,
- dynamic onErorr( )?,
- dynamic onPositionUpdate( )?}
Implementation
const RehaculMoviePlayerWidget({
super.key,
this.onVideoStart,
this.onVideoEnd,
this.onErorr,
this.onPositionUpdate,
});