PlatformViewSurface constructor
- Key? key,
- required PlatformViewController controller,
- required PlatformViewHitTestBehavior hitTestBehavior,
- required Set<
Factory< gestureRecognizers,OneSequenceGestureRecognizer> >
Construct a PlatformViewSurface.
Implementation
const PlatformViewSurface({
super.key,
required this.controller,
required this.hitTestBehavior,
required this.gestureRecognizers,
});