CustomAppBarModal constructor
CustomAppBarModal({
- Key? key,
- TextStyle? titleStyle,
- String title = '',
- Widget? titleWidget,
- String? subtitle,
- bool centerTitle = false,
- bool iconSwipe = false,
- List leftButtons = const [],
- List rightButtons = const [],
- Color? backgroundColor,
- Color? textColor,
- Map options = const {},
- bool showOnlyOption = false,
- ButtonType buttonType = ButtonType.text,
Implementation
CustomAppBarModal({
super.key,
super.titleStyle,
super.title = '',
super.titleWidget,
super.subtitle,
super.centerTitle = false,
super.iconSwipe = false,
super.leftButtons = const [],
super.rightButtons = const [],
super.backgroundColor,
super.textColor,
this.options = const {},
this.showOnlyOption = false,
this.buttonType = ButtonType.text,
});