WxRectangleBorder constructor
const
WxRectangleBorder({
- WxBorderSide? side,
- Color? color,
- Gradient? gradient,
- double? offset,
- WxBorderStyle? style,
- double? width,
- BorderRadiusGeometry corners = BorderRadius.zero,
Creates a rectangle border.
The arguments must not be null.
Implementation
const WxRectangleBorder({
super.side,
super.color,
super.gradient,
super.offset,
super.style,
super.width,
this.corners = BorderRadius.zero,
});