PlatformWebViewWidgetCreationParams constructor
const
PlatformWebViewWidgetCreationParams({
- Key? key,
- required PlatformWebViewController controller,
- TextDirection layoutDirection = TextDirection.ltr,
- Set<
Factory< gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},OneSequenceGestureRecognizer> >
Used by the platform implementation to create a new PlatformWebViewWidget
.
Implementation
const PlatformWebViewWidgetCreationParams({
this.key,
required this.controller,
this.layoutDirection = TextDirection.ltr,
this.gestureRecognizers = const <Factory<OneSequenceGestureRecognizer>>{},
});