togglePanel3 method
void
togglePanel3()
Implementation
void togglePanel3(){
if(!expand3){
controller3.forward();
} else {
controller3.reverse();
}
expand3 = !expand3;
}
void togglePanel3(){
if(!expand3){
controller3.forward();
} else {
controller3.reverse();
}
expand3 = !expand3;
}