YsPlayView constructor
const
YsPlayView({
- Key? key,
- dynamic onPlatformViewCreated()?,
- Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> >
Implementation
const YsPlayView({
Key? key,
this.onPlatformViewCreated,
this.gestureRecognizers,
}) : super(key: key);