decorateScaffold method
Hook to decorate the scaffold returned by scaffoldWidget.
Called only when wrapInScaffold is true. Override to wrap the
scaffold with additional widgets (e.g. a WillPopScope).
Implementation
@protected
Widget decorateScaffold(Widget scaffold) => scaffold;