CssBorderRadius.trbl constructor

CssBorderRadius.trbl(
  1. CssLength topLeft,
  2. CssLength topRight,
  3. CssLength bottomRight,
  4. CssLength bottomLeft,
)

Four-value shorthand (top-left, top-right, bottom-right, bottom-left).

Implementation

factory CssBorderRadius.trbl(
  CssLength topLeft,
  CssLength topRight,
  CssLength bottomRight,
  CssLength bottomLeft,
) = _CssBorderRadiusFour;