CSSBorder constructor
CSSBorder([
- CSSLength? size,
- CSSBorderStyle? style,
- CSSColor? color
Implementation
CSSBorder([this.size, CSSBorderStyle? style, this.color])
: style = style ?? CSSBorderStyle.none;