YsPlayView constructor

const YsPlayView({
  1. Key? key,
  2. dynamic onPlatformViewCreated(
    1. int
    )?,
  3. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
})

Implementation

const YsPlayView({
  Key? key,
   this.onPlatformViewCreated,
  this.gestureRecognizers,
}) : super(key: key);