decorateScaffold method

  1. @protected
Widget decorateScaffold(
  1. Widget scaffold
)
inherited

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;