ExtendedFlexibleSpaceBar constructor
const
ExtendedFlexibleSpaceBar({
- Key? key,
- Widget? title,
- Widget? background,
- bool? centerTitle = true,
- EdgeInsetsGeometry? titlePadding,
- CollapseMode collapseMode = CollapseMode.parallax,
- List<
StretchMode> stretchModes = const <StretchMode>[StretchMode.zoomBackground],
Implementation
const ExtendedFlexibleSpaceBar(
{super.key,
super.title,
super.background,
super.centerTitle = true,
super.titlePadding,
super.collapseMode = CollapseMode.parallax,
super.stretchModes = const <StretchMode>[StretchMode.zoomBackground]});