*<Null safety>*
FuchsiaView({required FuchsiaViewController controller, bool hitTestable: true, bool focusable: true})
Creates a widget that is replaced by content from another process.
Implementation
FuchsiaView({
required this.controller,
this.hitTestable = true,
this.focusable = true,
}) : super(key: GlobalObjectKey(controller));