MaterialAppBarData constructor
MaterialAppBarData({
- Widget? title,
- Color? backgroundColor,
- Widget? leading,
- Key? widgetKey,
- bool? automaticallyImplyLeading,
- List<
Widget> ? actions, - PreferredSizeWidget? bottom,
- double? bottomOpacity,
- bool? centerTitle,
- double? elevation,
- Widget? flexibleSpace,
- IconThemeData? iconTheme,
- bool? primary,
- double? titleSpacing,
- double? toolbarOpacity,
- IconThemeData? actionsIconTheme,
- ShapeBorder? shape,
- bool? excludeHeaderSemantics,
- Color? shadowColor,
- double? toolbarHeight,
- double? leadingWidth,
- Color? foregroundColor,
- SystemUiOverlayStyle? systemOverlayStyle,
- TextStyle? titleTextStyle,
- TextStyle? toolbarTextStyle,
- double? scrolledUnderElevation,
- Color? surfaceTintColor,
- ScrollNotificationPredicate? notificationPredicate,
- Clip? clipBehavior,
- 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,
});