ToolbarCustomization constructor

ToolbarCustomization({
  1. String? closeButtonIcon,
  2. String? closeButtonColor,
  3. String? titleText,
  4. String? titleFont,
  5. int? titleSize,
  6. String? titleFontStyle,
  7. String? titleColor,
  8. int? titleAlpha,
  9. bool? isTitleCentered,
  10. String? backgroundColor,
  11. int? backgroundAlpha,
})

Implementation

ToolbarCustomization({
    this.closeButtonIcon,
    this.closeButtonColor,
    this.titleText,
    this.titleFont,
    this.titleSize,
    this.titleFontStyle,
    this.titleColor,
    this.titleAlpha,
    this.isTitleCentered,
    this.backgroundColor,
    this.backgroundAlpha,
});