CssBorderRadius.trbl constructor
CssBorderRadius.trbl()
Four-value shorthand (top-left, top-right, bottom-right, bottom-left).
Implementation
factory CssBorderRadius.trbl(
CssLength topLeft,
CssLength topRight,
CssLength bottomRight,
CssLength bottomLeft,
) = _CssBorderRadiusFour;