TitleBar constructor
const
TitleBar({
- Key? key,
- VoidCallback? onLeftClick,
- VoidCallback? onRightClick,
- bool hasDivider = true,
- bool leftTitle = false,
- bool boldTitle = false,
- double? titleSize,
- Color? titleColor,
- Color? bgColor,
- String title = "",
- Widget? titleWidget,
- Widget? leftWidget,
- Widget? rightWidget,
- String? rightImage,
- double? height,
Implementation
const TitleBar({
super.key,
this.onLeftClick,
this.onRightClick,
this.hasDivider = true,
this.leftTitle = false,
this.boldTitle = false,
this.titleSize,
this.titleColor,
this.bgColor,
this.title = "",
this.titleWidget,
this.leftWidget,
this.rightWidget,
this.rightImage,
this.height,
});