WxBorderSide constructor
const
WxBorderSide({
- WxBorderStyle? style,
- Color? color,
- Gradient? gradient,
- double? width,
- double? offset,
Creates a new WxBorderSide
object.
By default, the border is 1.0 logical pixels wide and solid black.
Implementation
const WxBorderSide({
this.style,
this.color,
this.gradient,
this.width,
this.offset,
});