IconTitleIconFakeAppBar constructor
const
IconTitleIconFakeAppBar({
- Key? key,
- IconData leftIcon = Icons.menu,
- bool showLeftIcon = true,
- VoidCallback? leftIconClickedCallback,
- ThemeGroupType leftIconType = ThemeGroupType.MOM,
- Emphasis leftIconEmphasis = Emphasis.HIGH,
- String title = "",
- bool showTitle = true,
- VoidCallback? titleClickedCallback,
- ThemeGroupType titleType = ThemeGroupType.MOM,
- Emphasis titleEmphasis = Emphasis.HIGH,
- TextAlign titleTextAlign = TextAlign.center,
- IconData rightIcon = Icons.account_circle,
- bool showRightIcon = true,
- VoidCallback? rightIconClickedCallback,
- ThemeGroupType rightIconType = ThemeGroupType.MOM,
- Emphasis rightIconEmphasis = Emphasis.HIGH,
- Color? backgroundColor = Colors.transparent,
- double elevation = 0.0,
- ShapeBorder shape = const RoundedRectangleBorder(),
- bool enableSafeArea = true,
Implementation
const IconTitleIconFakeAppBar({
super.key,
this.leftIcon = Icons.menu,
this.showLeftIcon = true,
this.leftIconClickedCallback,
this.leftIconType = ThemeGroupType.MOM,
this.leftIconEmphasis = Emphasis.HIGH,
this.title = "",
this.showTitle = true,
this.titleClickedCallback,
this.titleType = ThemeGroupType.MOM,
this.titleEmphasis = Emphasis.HIGH,
this.titleTextAlign = TextAlign.center,
this.rightIcon = Icons.account_circle,
this.showRightIcon = true,
this.rightIconClickedCallback,
this.rightIconType = ThemeGroupType.MOM,
this.rightIconEmphasis = Emphasis.HIGH,
this.backgroundColor = Colors.transparent,
this.elevation = 0.0,
this.shape = const RoundedRectangleBorder(),
this.enableSafeArea = true
});