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