BaseSliverAppBar constructor
BaseSliverAppBar({
- Widget? title,
- Widget? leading,
- VoidCallback? leadingOnPressed,
- List<
Widget> ? actions, - double? elevation = 0,
- Color? tintColor,
- Color? backgroundColor,
- bool? centerTitle,
- bool floating = false,
- bool pinned = false,
- double? expandedHeight,
- Widget? flexibleSpace,
- SystemUiOverlayStyle? systemOverlayStyle,
Implementation
BaseSliverAppBar({
this.title,
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,
});