addItem method
Adds item under this section. Forwards to
SectionedListController.addItem.
Implementation
void addItem(Item item, {int? index, bool animate = true}) {
controller.addItem(item, toSection: key, index: index, animate: animate);
}
Adds item under this section. Forwards to
SectionedListController.addItem.
void addItem(Item item, {int? index, bool animate = true}) {
controller.addItem(item, toSection: key, index: index, animate: animate);
}