JkAppBarLayout constructor
const
JkAppBarLayout({
- Key? key,
- Widget? appBar,
- Widget? appBarPinned,
- Widget? bottomBar,
- Widget? bottomBarPinned,
- JkAppBarBackgroundBuilder? appBarBackgroundBuilder,
- bool backgroundIncludingAppBarPinned = false,
- bool floating = true,
- bool snap = true,
- Axis scrollDirection = Axis.vertical,
- bool applySafeArea = true,
- Color? appBarBackgroundColor,
- bool appBarDefaultTheme = true,
- bool enableInkWell = true,
- required Widget child,
Implementation
const JkAppBarLayout(
{super.key,
this.appBar,
this.appBarPinned,
this.bottomBar,
this.bottomBarPinned,
this.appBarBackgroundBuilder,
this.backgroundIncludingAppBarPinned = false,
this.floating = true,
this.snap = true,
this.scrollDirection = Axis.vertical,
this.applySafeArea = true,
this.appBarBackgroundColor,
this.appBarDefaultTheme = true,
this.enableInkWell = true,
required this.child});