ResponsiveScaffoldRender constructor

const ResponsiveScaffoldRender({
  1. Key? key,
  2. PreferredSizeWidget? appBar,
  3. Widget? drawer,
  4. Widget? child,
  5. Widget? bottomNavigationBar,
  6. Widget? floatingActionButton,
  7. bool resizeToAvoidBottomInset = true,
  8. bool extendBody = true,
})

Implementation

const ResponsiveScaffoldRender({
  super.key,
  this.appBar,
  this.drawer,
  this.child,
  this.bottomNavigationBar,
  this.floatingActionButton,
  this.resizeToAvoidBottomInset = true,
  this.extendBody = true,
});