disableFooterFullscreen method
void
disableFooterFullscreen()
Disables the footer fullscreen mode.
Implementation
void disableFooterFullscreen() {
setState(() {
_footerFullscreen = false;
});
}
Disables the footer fullscreen mode.
void disableFooterFullscreen() {
setState(() {
_footerFullscreen = false;
});
}