StaticPathBorder constructor
const
StaticPathBorder({
- BorderSide side = BorderSide.none,
- StrokeCap strokeCap = .butt,
- StrokeJoin strokeJoin = .miter,
- double strokeMiterLimit = 4.0,
- double squash = 0.0,
Implementation
const StaticPathBorder({
super.side,
super.strokeCap,
super.strokeJoin,
super.strokeMiterLimit,
this.squash = 0.0,
});