PluginScaffold constructor

const PluginScaffold({
  1. Widget? body,
  2. PluginAppBar? appBar = const PluginAppBar(),
  3. bool extendBodyBehindAppBar = false,
  4. Key? key,
})

Implementation

const PluginScaffold(
    {this.body,
    this.appBar = const PluginAppBar(),
    this.extendBodyBehindAppBar = false,
    Key? key})
    : super(key: key);