UIProAppBar constructor
const
UIProAppBar({
- Key? key,
- dynamic title,
- bool showBackButton = false,
- VoidCallback? onBackPressed,
- IconData? backIcon,
- Widget? leading,
- List<
UIProAppBarAction> ? actions, - Widget? trailing,
- Color? backgroundColor,
- Color? foregroundColor,
- double? elevation,
- bool? centerTitle,
- TextStyle? titleStyle,
- PreferredSizeWidget? bottom,
- SystemUiOverlayStyle? systemOverlayStyle,
- bool isSliver = false,
- bool largeTitle = false,
- Widget? flexibleSpace,
- bool automaticallyImplyLeading = true,
Creates a theme-aware app bar.
Implementation
const UIProAppBar({
super.key,
this.title,
this.showBackButton = false,
this.onBackPressed,
this.backIcon,
this.leading,
this.actions,
this.trailing,
this.backgroundColor,
this.foregroundColor,
this.elevation,
this.centerTitle,
this.titleStyle,
this.bottom,
this.systemOverlayStyle,
this.isSliver = false,
this.largeTitle = false,
this.flexibleSpace,
this.automaticallyImplyLeading = true,
});