BorderRadiusCSS.only constructor
const
BorderRadiusCSS.only({})
Implementation
const BorderRadiusCSS.only({
SizeCSS topLeft = SizeCSS.zero,
SizeCSS topRight = SizeCSS.zero,
SizeCSS bottomLeft = SizeCSS.zero,
SizeCSS bottomRight = SizeCSS.zero,
}) : super(topLeft, topRight, bottomLeft, bottomRight);