EmergentAppBarThemeData constructor

const EmergentAppBarThemeData({
  1. Color color = Colors.transparent,
  2. IconThemeData? iconTheme,
  3. TextStyle? textStyle,
  4. EmergentStyle buttonStyle = const EmergentStyle(),
  5. bool? centerTitle,
  6. EdgeInsets buttonPadding = const EdgeInsets.all(0),
  7. 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(),
});