View constructor
- {required FlutterView view,
- required Widget child}
Injects the provided view into the widget tree.
Implementation
View({required this.view, required this.child}) : super(key: GlobalObjectKey(view));
Injects the provided view into the widget tree.
View({required this.view, required this.child}) : super(key: GlobalObjectKey(view));