disableFooterFullscreen method

void disableFooterFullscreen()

Disables the footer fullscreen mode.

Implementation

void disableFooterFullscreen() {
  setState(() {
    _footerFullscreen = false;
  });
}