ScaffoldWidget constructor
const
ScaffoldWidget({
- Key? key,
- required Widget body,
- required List<
ScaffoldWidgetItemMenu> lstMenutop, - required List<
ScaffoldWidgetItemMenu> lstMenuBottom, - Widget? logoMenuSmall,
- Widget? logoMenuMedium,
- Widget? logoMenuLarge,
- Color? colorItemLight,
- Color? colorItemDark,
- dynamic onGoBack()?,
- bool? mostrarGoBack,
- Color? backgroundColor,
- bool mostrarAppBar = true,
Implementation
const ScaffoldWidget(
{super.key,
required this.body,
required this.lstMenutop,
required this.lstMenuBottom,
this.logoMenuSmall,
this.logoMenuMedium,
this.logoMenuLarge,
this.colorItemLight,
this.colorItemDark,
this.onGoBack,
this.mostrarGoBack,
this.backgroundColor,
this.mostrarAppBar = true});