UIViewWidget constructor

const UIViewWidget({
  1. Key? key,
  2. OnUIViewCreated? onUIViewCreated,
  3. _OnUiKitViewDispose? onDispose,
  4. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
})

Implementation

const UIViewWidget({
  Key? key,
  this.onUIViewCreated,
  this.onDispose,
  this.gestureRecognizers,
}) : super(key: key);