borderRoundedTopLeft method

T borderRoundedTopLeft(
  1. double radius
)

Sets a circular radius for the top left corner.

Implementation

T borderRoundedTopLeft(double radius) {
  return borderRadius(BorderRadiusGeometryMix.topLeft(.circular(radius)));
}