collapse method

void collapse({
  1. bool animate = true,
})

Collapses this section.

Implementation

void collapse({bool animate = true}) {
  controller.collapseSection(key, animate: animate);
}