enableFooterFullscreen method

void enableFooterFullscreen()

Enables the footer fullscreen mode.

Implementation

void enableFooterFullscreen() {
  setState(() {
    _footerFullscreen = true;
  });
}