ToolbarCustomization constructor

ToolbarCustomization({
  1. String? titleTextAppearance,
  2. String? titleTextColor,
  3. String? titleText,
  4. bool? titleCentered,
  5. String? backgroundColor,
  6. String? navigationIcon,
  7. String? navigationIconTint,
  8. String? subtitleTextAppearance,
  9. String? subtitleTextColor,
  10. String? subtitleText,
  11. bool? subtitleCentered,
})

Implementation

ToolbarCustomization({
  this.titleTextAppearance,
  this.titleTextColor,
  this.titleText,
  this.titleCentered,
  this.backgroundColor,
  this.navigationIcon,
  this.navigationIconTint,
  this.subtitleTextAppearance,
  this.subtitleTextColor,
  this.subtitleText,
  this.subtitleCentered,
});