expand method

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

Expands this section.

Implementation

void expand({bool animate = true}) {
  controller.expandSection(key, animate: animate);
}