VideoView constructor

const VideoView({
  1. Key? key,
  2. ValueChanged<int>? onViewCreated,
  3. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
  4. int? borderRadius,
})

Implementation

const VideoView({Key? key,
  this.onViewCreated,
  this.gestureRecognizers,
  this.borderRadius})
    : super(key: key);