nextPage method
void
nextPage()
Animates to the next page in the bottom sheet.
Implementation
void nextPage() => _state?._nextPage();
Animates to the next page in the bottom sheet.
void nextPage() => _state?._nextPage();