FxPaneDividerStyleCopyWithFn typedef

FxPaneDividerStyleCopyWithFn = FxPaneDividerStyle Function({TextAlign align, Color? color, double dashSpace, double dashWidth, BoxDecoration? decoration, EdgeInsets margin, EdgeInsets padding, double spacing, double strokeWidth, TextStyle? textStyle})

Implementation

typedef FxPaneDividerStyleCopyWithFn =
    FxPaneDividerStyle Function({
      Color? color,
      TextStyle? textStyle,
      BoxDecoration? decoration,
      TextAlign align,
      EdgeInsets padding,
      EdgeInsets margin,
      double spacing,
      double dashSpace,
      double dashWidth,
      double strokeWidth,
    });