FxDockStyleCopyWithFn typedef

FxDockStyleCopyWithFn = FxDockStyle Function({Widget animationBuilder(Widget, Animation<double>), Duration animationDuration, Color? backgroundColor, Clip clipBehavior, CrossAxisAlignment crossAxisAlignment, double elevation, double? height, Widget? itemBuilder(FxPane, bool, void ())?, MainAxisAlignment mainAxisAlignment, MainAxisSize mainAxisSize, double notchMargin, NotchedShape? notchShape, EdgeInsetsGeometry padding, Color? shadowColor, double spacing, Color? surfaceTintColor, FxRowTileStyle tileStyle})

Implementation

typedef FxDockStyleCopyWithFn =
    FxDockStyle Function({
      double? height,
      NotchedShape? notchShape,
      Color? shadowColor,
      Widget? Function(FxPane, bool, void Function())? itemBuilder,
      Color? backgroundColor,
      EdgeInsetsGeometry padding,
      Clip clipBehavior,
      Color? surfaceTintColor,
      double spacing,
      FxRowTileStyle tileStyle,
      double elevation,
      double notchMargin,
      MainAxisSize mainAxisSize,
      MainAxisAlignment mainAxisAlignment,
      CrossAxisAlignment crossAxisAlignment,
      Widget Function(Widget, Animation<double>) animationBuilder,
      Duration animationDuration,
    });