AppStack constructor
const
AppStack({
- Key? key,
- required Widget child,
- required String title,
- Color? activeColor,
- Gradient? activeGradient,
- Color? inactiveColor,
- Color? backgroundColor,
- Color? activeBackgroundColor,
- Color? inactiveBackgroundColor,
- bool showAppBar = false,
- AppBar? appBar,
- dynamic listener(
- BuildContext context,
- WidgetRef ref
Implementation
const AppStack(
{super.key,
required this.child,
required this.title,
required this.menu,
this.activeColor,
this.activeGradient,
this.inactiveColor,
this.backgroundColor,
this.activeBackgroundColor,
this.inactiveBackgroundColor,
this.showAppBar = false,
this.showNavBar = true,
this.appBar,
this.listener});