const
      Sliver.appBarLarge(- {Key? key, 
 
- Widget? leading, 
 
- @Default(true) bool automaticallyImplyLeading, 
 
- Widget? title, 
 
- List<Widget>? actions, 
 
- Widget? flexibleSpace, 
 
- PreferredSizeWidget? bottom, 
 
- double? elevation, 
 
- double? scrolledUnderElevation, 
 
- Color? shadowColor, 
 
- Color? surfaceTintColor, 
 
- @Default(false) bool forceElevated, 
 
- Color? backgroundColor, 
 
- Color? foregroundColor, 
 
- @Default(true) bool primary, 
 
- bool? centerTitle, 
 
- double? titleSpacing, 
 
- double? collapsedHeight, 
 
- double? expandedHeight, 
 
- @Default(false) bool floating, 
 
- @Default(true) bool pinned, 
 
- @Default(false) bool snap, 
 
- @Default(false) bool stretch, 
 
- @Default(100.0) double stretchTriggerOffset, 
 
- ShapeBorder? shape, 
 
- @Default(64.0) double toolbarHeight, 
 
- double? leadingWidth, 
 
- TextStyle? toolbarTextStyle, 
 
- TextStyle? titleTextStyle}
 
)
    
    
    
  Implementation
  const factory Sliver.appBarLarge({
  Key? key,
  Widget? leading,
  @Default(true) bool automaticallyImplyLeading,
  Widget? title,
  List<Widget>? actions,
  Widget? flexibleSpace,
  PreferredSizeWidget? bottom,
  double? elevation,
  double? scrolledUnderElevation,
  Color? shadowColor,
  Color? surfaceTintColor,
  @Default(false) bool forceElevated,
  Color? backgroundColor,
  Color? foregroundColor,
  @Default(true) bool primary,
  bool? centerTitle,
  @Default(false) bool excludeHeaderSemantics,
  double? titleSpacing,
  double? collapsedHeight,
  double? expandedHeight,
  @Default(false) bool floating,
  @Default(true) bool pinned,
  @Default(false) bool snap,
  @Default(false) bool stretch,
  @Default(100.0) double stretchTriggerOffset,
  ShapeBorder? shape,
  @Default(64.0) double toolbarHeight,
  double? leadingWidth,
  TextStyle? toolbarTextStyle,
  TextStyle? titleTextStyle,
}) = SliverAppBarLarge;