FeedView constructor

const FeedView({
  1. Key? key,
  2. String? id,
  3. FeedViewCreatedCallback? onFeedViewCreated,
  4. Set<Factory<OneSequenceGestureRecognizer>>? gestureRecognizers,
  5. VoidCallback? onClick,
  6. VoidCallback? onShow,
  7. PangleOptionCallback? onDislike,
  8. VoidCallback? onRenderSuccess,
  9. PangleMessageCallback? onRenderFail,
})

Implementation

const FeedView({
  Key? key,
  this.id,
  this.onFeedViewCreated,
  this.gestureRecognizers,
  this.onClick,
  this.onShow,
  this.onDislike,
  this.onRenderSuccess,
  this.onRenderFail,
}) : super(key: key);