BaseAppBar constructor
BaseAppBar({})
Implementation
BaseAppBar({
this.automaticallyImplyLeading = true,
this.title,
this.leading,
this.leadingOnPressed,
this.actions,
this.elevation,
this.tintColor,
this.backgroundColor,
this.systemOverlayStyle,
this.height,
});