AppKitView constructor
- Key? key,
- required String viewType,
- PlatformViewCreatedCallback? onPlatformViewCreated,
- PlatformViewHitTestBehavior hitTestBehavior = PlatformViewHitTestBehavior.opaque,
- TextDirection? layoutDirection,
- dynamic creationParams,
- MessageCodec? creationParamsCodec,
- Set<
Factory< ? gestureRecognizers,OneSequenceGestureRecognizer> >
Creates a widget that embeds a macOS AppKit NSView.
Implementation
const AppKitView({
super.key,
required super.viewType,
super.onPlatformViewCreated,
super.hitTestBehavior = PlatformViewHitTestBehavior.opaque,
super.layoutDirection,
super.creationParams,
super.creationParamsCodec,
super.gestureRecognizers,
});