OPAppScaffold constructor

OPAppScaffold({
  1. _ITopActions? topActions,
  2. OPBottomBar? bottomBar,
  3. required OPTopBar topBar,
  4. required OPBody body,
  5. FloatingActionButton? floatingActionButton,
  6. OPDrawerPanel? drawerPanel,
  7. Key? scaffoldKey,
  8. Color? scaffoldBackgroundColor,
  9. Key? key,
  10. double? blurVisiblePercentage,
  11. Widget? backgroundDecoration,
})

Implementation

OPAppScaffold({this.topActions, this.bottomBar, required this.topBar, required this.body, this.floatingActionButton, this.drawerPanel, this.scaffoldKey, this.scaffoldBackgroundColor, Key? key, this.blurVisiblePercentage, this.backgroundDecoration}) : super(key: key);