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