FuchsiaView constructor

*<Null safety>*

FuchsiaView({required FuchsiaViewController controller, bool hitTestable: true, bool focusable: true})

Implementation

FuchsiaView({
  required this.controller,
  this.hitTestable = true,
  this.focusable = true,
}) : super(key: GlobalObjectKey(controller));