BaseAppBar constructor
BaseAppBar({
- bool automaticallyImplyLeading = true,
- Widget? title,
- Widget? leading,
- VoidCallback? leadingOnPressed,
- List<
Widget> ? actions, - double? elevation,
- Color? tintColor,
- Color? backgroundColor,
- SystemUiOverlayStyle? systemOverlayStyle,
- bool forceMaterialTransparency = false,
- double? height,
- bool? centerTitle,
Implementation
BaseAppBar({
this.automaticallyImplyLeading = true,
this.title,
this.leading,
this.leadingOnPressed,
this.actions,
this.elevation,
this.tintColor,
this.backgroundColor,
this.systemOverlayStyle,
this.forceMaterialTransparency = false,
this.height,
this.centerTitle,
});