CSSBorder constructor

CSSBorder([
  1. CSSLength? size,
  2. CSSBorderStyle? style,
  3. CSSColor? color
])

Implementation

CSSBorder([this.size, CSSBorderStyle? style, this.color])
    : style = style ?? CSSBorderStyle.none;