VAppBar constructor
const
VAppBar({
- Key? key,
- String title = '',
- String? appBarBackgroundColor,
- Widget? leadingWidget,
- double? leadingWidth,
- Function? leadingAction,
- String? action1Txt,
- SystemUiOverlayStyle? systemOverlayStyle,
- Widget? titleView,
- String? backIconColor,
- double backIconSize = 20,
- PreferredSizeWidget? bottomWidget,
- bool isHideBottomLine = true,
- double? appbarTitleFontSize,
- String? titleColor,
- Widget? actionView,
- bool isLeading2WillPopScope = false,
- String bottomLineColor = '#dcdcdc',
- bool isHideMineLine = true,
Implementation
const VAppBar({
super.key,
this.title = '',
this.appBarBackgroundColor,
this.leadingWidget,
this.leadingWidth,
this.leadingAction,
this.action1Txt,
this.systemOverlayStyle,
this.titleView,
this.backIconColor,
this.backIconSize = 20,
this.bottomWidget,
this.isHideBottomLine = true,
this.appbarTitleFontSize,
this.titleColor,
this.actionView,
this.isLeading2WillPopScope = false,
this.bottomLineColor = '#dcdcdc',
this.isHideMineLine = true,
});