HomePageGroupEntryInfoSectionBuilder constructor

const HomePageGroupEntryInfoSectionBuilder({
  1. required int? groupEntryId,
  2. required int depth,
  3. bool showHeader = true,
})

Implementation

const HomePageGroupEntryInfoSectionBuilder({
  required this.groupEntryId,
  required this.depth,
  this.showHeader = true,
});