CSSBorderRadius constructor

const CSSBorderRadius(
  1. CSSLengthValue x,
  2. CSSLengthValue y
)

Implementation

const CSSBorderRadius(this.x, this.y);