WxStadiumBorder constructor
const
WxStadiumBorder({
- WxBorderSide? side,
- Color? color,
- Gradient? gradient,
- double? offset,
- WxBorderStyle? style,
- double? width,
Create a stadium border.
The side
argument must not be null.
Implementation
const WxStadiumBorder({
super.side,
super.color,
super.gradient,
super.offset,
super.style,
super.width,
});