brRight function

BorderRadius brRight(
  1. num radius
)

Implementation

BorderRadius brRight(num radius) => brOnly(null, radius, null, radius);