VideoView constructor
const
VideoView({
- Key? key,
- ValueChanged<
int> ? onViewCreated, - ValueChanged<
int> ? onViewDisposed, - Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> > - int? borderRadius,
Implementation
const VideoView({
Key? key,
this.onViewCreated,
this.onViewDisposed,
this.gestureRecognizers,
this.borderRadius,
}) : super(key: key);