TAppBar constructor
const
TAppBar({})
Creates a customizable AppBar.
showBackArrow
defaults tofalse
and toggles the visibility of the back arrow.padding
defaults toEdgeInsets.symmetric(horizontal: 16.0)
.
Implementation
const TAppBar({
super.key,
this.title,
this.titleStyle,
this.actions,
this.leading,
this.leadingIcon,
this.leadingIconColor,
this.leadingOnPressed,
this.showBackArrow = false,
this.padding,
this.backgroundColor,
});