copyWith abstract method

  1. @override
StaticPathBorder copyWith({
  1. BorderSide? side,
  2. StrokeCap? strokeCap,
  3. StrokeJoin? strokeJoin,
  4. double? strokeMiterLimit,
  5. double? squash,
})
override

Returns a copy of this OutlinedBorder that draws its outline with the specified side, if side is non-null.

Implementation

@override
StaticPathBorder copyWith({
  BorderSide? side,
  StrokeCap? strokeCap,
  StrokeJoin? strokeJoin,
  double? strokeMiterLimit,
  double? squash,
});