previousPage method
void
previousPage()
Animates to the previous page in the bottom sheet.
Implementation
void previousPage() => _state?._previousPage();
Animates to the previous page in the bottom sheet.
void previousPage() => _state?._previousPage();