remove method
Removes this section (and all its items).
Implementation
void remove({bool animate = true}) {
controller.removeSection(key, animate: animate);
}
Removes this section (and all its items).
void remove({bool animate = true}) {
controller.removeSection(key, animate: animate);
}