BaseSliverAppBar constructor

BaseSliverAppBar({
  1. bool automaticallyImplyLeading = true,
  2. Widget? title,
  3. double? titleSpacing,
  4. Widget? leading,
  5. VoidCallback? leadingOnPressed,
  6. List<Widget>? actions,
  7. double? elevation = 0,
  8. Color? tintColor,
  9. Color? backgroundColor,
  10. bool? centerTitle,
  11. bool floating = false,
  12. bool pinned = false,
  13. double? expandedHeight,
  14. Widget? flexibleSpace,
  15. SystemUiOverlayStyle? systemOverlayStyle,
  16. bool forceMaterialTransparency = false,
})

Implementation

BaseSliverAppBar({
  this.automaticallyImplyLeading = true,
  this.title,
  this.titleSpacing,
  this.leading,
  this.leadingOnPressed,
  this.actions,
  this.elevation = 0,
  this.tintColor,
  this.backgroundColor,
  this.centerTitle,
  this.floating = false,
  this.pinned = false,
  this.expandedHeight,
  this.flexibleSpace,
  this.systemOverlayStyle,
  this.forceMaterialTransparency = false,
});