CoderBar constructor
const
CoderBar({
- Key? key,
- String? title,
- Widget? titleWidget,
- Widget? leading,
- bool isBack = false,
- Color? backgroundColor,
- Color? iconColor,
- Color? textColor,
- double? elevation,
- double? height,
- bool centerTitle = false,
- bool forceMaterialTransparency = false,
- bool automaticallyImplyLeading = false,
- List<
Widget> ? actions, - VoidCallback? onBack,
- PreferredSizeWidget? bottom,
Creates a flexible, themed app bar.
Implementation
const CoderBar({
super.key,
this.title,
this.titleWidget,
this.leading,
this.isBack = false,
this.backgroundColor,
this.iconColor,
this.textColor,
this.elevation,
this.height,
this.centerTitle = false,
this.forceMaterialTransparency = false,
this.automaticallyImplyLeading = false,
this.actions,
this.onBack,
this.bottom,
});