WxLinearBorder.start constructor
WxLinearBorder.start({
- WxBorderSide? side,
- double alignment = 0.0,
- double size = 1.0,
Creates a rectangular box border with an edge on the left for TextDirection.ltr or on the right for TextDirection.rtl.
Implementation
WxLinearBorder.start({super.side, double alignment = 0.0, double size = 1.0})
: start = WxLinearBorderSide(alignment: alignment, size: size),
end = null,
top = null,
bottom = null;