EmergentAppBarThemeData constructor
const
EmergentAppBarThemeData({
- Color color = Colors.transparent,
- IconThemeData? iconTheme,
- TextStyle? textStyle,
- EmergentStyle buttonStyle = const EmergentStyle(),
- bool? centerTitle,
- EdgeInsets buttonPadding = const EdgeInsets.all(0),
- EmergentAppBarIcons icons = const EmergentAppBarIcons(),
Implementation
const EmergentAppBarThemeData({
this.color = Colors.transparent,
this.iconTheme,
this.textStyle,
this.buttonStyle = const EmergentStyle(),
this.centerTitle,
this.buttonPadding = const EdgeInsets.all(0),
this.icons = const EmergentAppBarIcons(),
});