AppbarProperties constructor

const AppbarProperties({
  1. Key? appbarKey,
  2. bool automaticallyImplyLeading = true,
  3. Color? backgroundColor,
  4. double bottomOpacity = 1,
  5. Clip? clipBehavior,
  6. double? elevation,
  7. bool excludeHeaderSemantics = false,
  8. Color? foregroundColor,
  9. bool forceMaterialTransparency = false,
  10. double? leadingWidth,
  11. bool primary = true,
  12. double? scrolledUnderElevation,
  13. Color? shadowColor,
  14. ShapeBorder? shape,
  15. Color? surfaceTintColor,
  16. String? title,
  17. bool? titleCenter,
  18. double? titleSpacing,
  19. TextStyle? titleTextStyle,
  20. double? toolbarHeight,
  21. double toolbarOpacity = 1,
  22. TextStyle? toolbarTextStyle,
  23. IconThemeData? actionsIconTheme,
  24. IconThemeData? iconTheme,
})

Implementation

const AppbarProperties({
  this.appbarKey,
  this.automaticallyImplyLeading = true,
  this.backgroundColor,
  this.bottomOpacity = 1,
  this.clipBehavior,
  this.elevation,
  this.excludeHeaderSemantics = false,
  this.foregroundColor,
  this.forceMaterialTransparency = false,
  this.leadingWidth,
  this.primary = true,
  this.scrolledUnderElevation,
  this.shadowColor,
  this.shape,
  this.surfaceTintColor,
  this.title,
  this.titleCenter,
  this.titleSpacing,
  this.titleTextStyle,
  this.toolbarHeight,
  this.toolbarOpacity = 1,
  this.toolbarTextStyle,
  this.actionsIconTheme,
  this.iconTheme,
});