copyWith abstract method
DynamicPathBorder
copyWith({
- BorderSide? side,
- StrokeCap? strokeCap,
- StrokeJoin? strokeJoin,
- double? strokeMiterLimit,
override
Returns a copy of this OutlinedBorder that draws its outline with the
specified side, if side is non-null.
Implementation
@override
DynamicPathBorder copyWith({
BorderSide? side,
StrokeCap? strokeCap,
StrokeJoin? strokeJoin,
double? strokeMiterLimit,
});