android_view_FrameLayoutWidget constructor

const android_view_FrameLayoutWidget({
  1. Key? key,
  2. _OnViewCreated? onFrameLayoutCreated,
  3. _OnViewDispose? onDispose,
  4. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
})

Implementation

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