ZeroAppBarStyle constructor

const ZeroAppBarStyle({
  1. Color? backgroundColor,
  2. Color? foregroundColor,
  3. TextStyle? titleStyle,
  4. double? height,
  5. bool? centerTitle,
  6. Brightness? statusBarBrightness,
  7. double? elevation,
  8. Color? shadowColor,
  9. double? titleSpacing,
})

Implementation

const ZeroAppBarStyle({
  this.backgroundColor,
  this.foregroundColor,
  this.titleStyle,
  this.height,
  this.centerTitle,
  this.statusBarBrightness,
  this.elevation,
  this.shadowColor,
  this.titleSpacing,
});