closeMenu method
The function responsible for performing the close menu task. Controller close function is set to this function.
Implementation
@override
void closeMenu() {
animationController.reverse();
}
The function responsible for performing the close menu task. Controller close function is set to this function.
@override
void closeMenu() {
animationController.reverse();
}