ExtendedSliverAppbar constructor

const ExtendedSliverAppbar({
  1. Widget? leading,
  2. Widget? title,
  3. Widget? actions,
  4. Widget? background,
  5. Color? toolBarColor,
  6. OnSliverPinnedPersistentHeaderDelegateBuild? onBuild,
  7. double? statusbarHeight,
  8. double? toolbarHeight,
  9. bool isOpacityFadeWithToolbar = true,
  10. bool isOpacityFadeWithTitle = true,
  11. MainAxisAlignment mainAxisAlignment = MainAxisAlignment.spaceBetween,
  12. CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center,
})

Implementation

const ExtendedSliverAppbar({
  this.leading,
  this.title,
  this.actions,
  this.background,
  this.toolBarColor,
  this.onBuild,
  this.statusbarHeight,
  this.toolbarHeight,
  this.isOpacityFadeWithToolbar = true,
  this.isOpacityFadeWithTitle = true,
  this.mainAxisAlignment = MainAxisAlignment.spaceBetween,
  this.crossAxisAlignment = CrossAxisAlignment.center,
});