*[<Null safety>](https://dart.dev/null-safety)*
FuchsiaView({required FuchsiaViewController controller, bool hitTestable = true, bool focusable = true, dynamic viewOcclusionHint = Rect.zero})
FuchsiaView({ required this.controller, this.hitTestable = true, this.focusable = true, this.viewOcclusionHint = Rect.zero, }) : super(key: GlobalObjectKey(controller));