LinearBorder constructor
- BorderSide side = BorderSide.none,
- LinearBorderEdge? start,
- LinearBorderEdge? end,
- LinearBorderEdge? top,
- LinearBorderEdge? bottom,
Creates a rectangular box border that's rendered as zero to four lines.
Implementation
const LinearBorder({
super.side,
this.start,
this.end,
this.top,
this.bottom,
});