collapse method
Collapses this section.
Implementation
void collapse({bool animate = true}) {
controller.collapseSection(key, animate: animate);
}
Collapses this section.
void collapse({bool animate = true}) {
controller.collapseSection(key, animate: animate);
}