<itemvalue="Notifies of document updates at this location. An initial event is immediately sent, and further events will be sent whenever the document is modified."/>
<itemvalue="Pop the top-most route off the navigator. {@macro flutter.widgets.navigator.pop} {@tool snippet} Typical usage for closing a route is as follows: ```dart void _handleClose() { navigator.pop(); } ``` {@end-tool} {@tool snippet} A dialog box might be closed with a result: ```dart void _handleAccept() { navigator.pop(true); dialog returns true } ``` {@end-tool} @optionalTypeArgs"/>
<itemvalue="Whether the navigator can be popped. {@macro flutter.widgets.navigator.canPop} See also: [Route.isFirst], which returns true for routes for which [canPop] returns false."/>
<itemvalue="Consults the current route's [Route.willPop] method, and acts accordingly, potentially popping the route as a result; returns whether the pop request should be considered handled. {@macro flutter.widgets.navigator.maybePop} See also: [Form], which provides an `onWillPop` callback that enables the form to veto a [pop] initiated by the app's back button. [ModalRoute], which provides a `scopedWillPopCallback` that can be used to define the route's `willPop` method."/>
@ -53,12 +54,11 @@
<itemvalue="toolbar Opacity"/>
<itemvalue="backwards Compatibility"/>
<itemvalue="page Snapping"/>
<itemvalue="Registers a singleton. Any attempt to resolve the type within this container will return [object]. Returns [object]."/>