enableFooterFullscreen method
void
enableFooterFullscreen()
Enables the footer fullscreen mode.
Implementation
void enableFooterFullscreen() {
setState(() {
_footerFullscreen = true;
});
}
Enables the footer fullscreen mode.
void enableFooterFullscreen() {
setState(() {
_footerFullscreen = true;
});
}