FlexibleHeaderDelegate constructor
FlexibleHeaderDelegate({
- double collapsedHeight = kToolbarHeight,
- double expandedHeight = kToolbarHeight * 3,
- List<
Widget> ? children, - List<
Widget> ? actions, - Widget? title,
- Color? backgroundColor,
- Widget? background,
- double collapsedElevation = 8,
- double expandedElevation = 0,
- Widget? leading,
- FlexibleBuilder? builder,
- double statusBarHeight = 0,
Implementation
FlexibleHeaderDelegate({
this.collapsedHeight = kToolbarHeight,
this.expandedHeight = kToolbarHeight * 3,
this.children,
this.actions,
this.title,
this.backgroundColor,
this.background,
this.collapsedElevation = 8,
this.expandedElevation = 0,
this.leading,
this.builder,
this.statusBarHeight = 0,
});