MaterialAppBarData constructor

MaterialAppBarData({
  1. Widget? title,
  2. Color? backgroundColor,
  3. Widget? leading,
  4. Key? widgetKey,
  5. bool? automaticallyImplyLeading,
  6. List<Widget>? actions,
  7. PreferredSizeWidget? bottom,
  8. double? bottomOpacity,
  9. bool? centerTitle,
  10. double? elevation,
  11. Widget? flexibleSpace,
  12. IconThemeData? iconTheme,
  13. bool? primary,
  14. double? titleSpacing,
  15. double? toolbarOpacity,
  16. IconThemeData? actionsIconTheme,
  17. ShapeBorder? shape,
  18. bool? excludeHeaderSemantics,
  19. Color? shadowColor,
  20. double? toolbarHeight,
  21. double? leadingWidth,
  22. Color? foregroundColor,
  23. SystemUiOverlayStyle? systemOverlayStyle,
  24. TextStyle? titleTextStyle,
  25. TextStyle? toolbarTextStyle,
  26. double? scrolledUnderElevation,
  27. Color? surfaceTintColor,
  28. ScrollNotificationPredicate? notificationPredicate,
  29. Clip? clipBehavior,
  30. bool? forceMaterialTransparency,
})

Implementation

MaterialAppBarData({
  super.title,
  super.backgroundColor,
  super.leading,
  super.widgetKey,
  super.automaticallyImplyLeading,
  this.actions,
  this.bottom,
  this.bottomOpacity,
  this.centerTitle,
  this.elevation,
  this.flexibleSpace,
  this.iconTheme,
  this.primary,
  this.titleSpacing,
  this.toolbarOpacity,
  this.actionsIconTheme,
  this.shape,
  this.excludeHeaderSemantics,
  this.shadowColor,
  this.toolbarHeight,
  this.leadingWidth,
  this.foregroundColor,
  this.systemOverlayStyle,
  this.titleTextStyle,
  this.toolbarTextStyle,
  this.scrolledUnderElevation,
  this.surfaceTintColor,
  this.notificationPredicate,
  this.clipBehavior,
  this.forceMaterialTransparency,
});