pop<T extends Object?> method

void pop<T extends Object?>([
  1. 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);