FxAppBarStyle constructor

const FxAppBarStyle({
  1. Widget? titleWidget,
  2. List<Widget>? actions,
  3. Widget? leading,
  4. bool centerTitle = true,
  5. double elevation = 0,
  6. Color? backgroundColor,
  7. Color? foregroundColor,
  8. bool automaticallyImplyLeading = true,
})

Implementation

const FxAppBarStyle({
  this.titleWidget,
  this.actions,
  this.leading,
  this.centerTitle = true,
  this.elevation = 0,
  this.backgroundColor,
  this.foregroundColor,
  this.automaticallyImplyLeading = true,
});