scaffoldWidget method
Implementation
@protected
Scaffold scaffoldWidget(BuildContext context, Widget body) {
throw UnimplementedError(
'wrapInScaffold is true, but scaffoldWidget() is not overridden. '
'Either override scaffoldWidget() to provide a Scaffold, or set wrapInScaffold to false.',
);
}