SliverGroupTableList constructor
const
SliverGroupTableList({
- Key? key,
- int numberOfSections = 1,
- required NumberOfRowsInSection? numberOfRowsInSection,
- required CellForRowAtIndexPath? cellForRowAtIndexPath,
- SeparatorAtIndexPath? separatorAtIndexPath,
- SectionSeparator? sectionSeparator,
- HeaderInSection? headerInSection,
- Widget overallHeader()?,
- Widget placeholderView()?,
- DidSelectAtIndexPath? didSelectAtIndexPath,
Implementation
const SliverGroupTableList(
{Key? key,
this.numberOfSections = 1,
required this.numberOfRowsInSection,
required this.cellForRowAtIndexPath,
this.separatorAtIndexPath,
this.sectionSeparator,
this.headerInSection,
this.footerInSection,
this.overallHeader,
this.overallFooter,
this.placeholderView,
this.didSelectAtIndexPath})
: super(key: key);