BorderRadiusCSS.only constructor

const BorderRadiusCSS.only({
  1. SizeCSS topLeft = SizeCSS.zero,
  2. SizeCSS topRight = SizeCSS.zero,
  3. SizeCSS bottomLeft = SizeCSS.zero,
  4. SizeCSS bottomRight = SizeCSS.zero,
})

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);