Toggles expansion.
void toggle({bool animate = true}) { controller.toggleSection(key, animate: animate); }