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