showMenuIcon method

void showMenuIcon()

Implementation

void showMenuIcon() {
  setState(() {
    _showMenuIcon = true;
  });
}