topLeft static method

BorderRadius topLeft(
  1. double radius
)

Gives BorderRadius to topLeft corner of a rectangle.

Implementation

static BorderRadius topLeft(double radius) => _copyWith(topLeft: radius);