pop<T extends Object?> method
void
pop<T extends Object?>([
- T? result
Pops the top-most page from the bottom sheet's navigation stack.
Implementation
void pop<T extends Object?>([T? result]) => _state?._pop(result);