togglePanel1 method
void
togglePanel1()
Implementation
void togglePanel1(){
if(!expand1){
controller1.forward();
} else {
controller1.reverse();
}
expand1 = !expand1;
}
void togglePanel1(){
if(!expand1){
controller1.forward();
} else {
controller1.reverse();
}
expand1 = !expand1;
}