AntdIndexBarSectionItem<T extends AntdSectionProvider> constructor
const
AntdIndexBarSectionItem<T extends AntdSectionProvider> ({})
Implementation
const AntdIndexBarSectionItem({
required this.data,
required this.section,
required this.isSectionHeader,
required this.isLastInSection,
});