BorderRadiusCSS.symmetric constructor
const
BorderRadiusCSS.symmetric({})
Implementation
const BorderRadiusCSS.symmetric({
SizeCSS topLeftBottomRight = SizeCSS.zero,
SizeCSS bottomLeftTopRight = SizeCSS.zero,
}) : super(
topLeftBottomRight,
bottomLeftTopRight,
bottomLeftTopRight,
topLeftBottomRight,
);