brLeft function

BorderRadius brLeft(
  1. num radius
)

Implementation

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