EasyDevAppBarThemeData constructor

const EasyDevAppBarThemeData({
  1. Color? backgroundColor,
  2. double? actionIconSize,
  3. Color? actionIconColor,
  4. Color? titleColor,
  5. Alignment? titleAlignment,
  6. Color? leadingIconColor,
  7. double? leadingIconSize,
})

Implementation

const EasyDevAppBarThemeData({
  this.backgroundColor,
  this.actionIconSize,
  this.actionIconColor,
  this.titleColor,
  this.titleAlignment,
  this.leadingIconColor,
  this.leadingIconSize,
});