ExtendedFlexibleSpaceBar constructor

const ExtendedFlexibleSpaceBar({
  1. Key? key,
  2. Widget? title,
  3. Widget? background,
  4. bool? centerTitle = true,
  5. EdgeInsetsGeometry? titlePadding,
  6. CollapseMode collapseMode = CollapseMode.parallax,
  7. 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]});