AppBarConnection constructor
const
AppBarConnection({
- Key? key,
- required List<
AppBar> appBars, - required Widget child,
- AppbarPropagation propagation = AppbarPropagation.next,
- NestedScrollConnectionPropagation nestedPropagation = NestedScrollConnectionPropagation.directional,
- AppBarController? controller,
- NestedScrollController? scrollController,
- bool? fixedScrollableHeight,
Implementation
const AppBarConnection({
super.key,
required this.appBars,
required this.child,
this.propagation = AppbarPropagation.next,
this.nestedPropagation = NestedScrollConnectionPropagation.directional,
this.controller,
this.scrollController,
this.fixedScrollableHeight,
});