expand method
Expands this section.
Implementation
void expand({bool animate = true}) {
controller.expandSection(key, animate: animate);
}
Expands this section.
void expand({bool animate = true}) {
controller.expandSection(key, animate: animate);
}