hideMenuIcon method
void
hideMenuIcon()
Implementation
void hideMenuIcon() {
setState(() {
_showMenuIcon = false;
_showLabel = false;
});
}
void hideMenuIcon() {
setState(() {
_showMenuIcon = false;
_showLabel = false;
});
}