TabbedFeedMenuItems constructor

TabbedFeedMenuItems(
  1. AppModel app,
  2. List<LabelledBodyComponentModel> bodyComponents,
  3. Map<String, dynamic>? parameters,
  4. FeedFrontModel feedFrontModel,
)

Implementation

TabbedFeedMenuItems(
    this.app, this.bodyComponents, this.parameters, this.feedFrontModel);