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