togglePanel2 method
void
togglePanel2()
Implementation
void togglePanel2(){
if(!expand2){
controller2.forward();
} else {
controller2.reverse();
}
expand2 = !expand2;
}
void togglePanel2(){
if(!expand2){
controller2.forward();
} else {
controller2.reverse();
}
expand2 = !expand2;
}