topRight static method

BorderRadius topRight(
  1. double radius
)

Gives BorderRadius to topRight corner of a rectangle.

Implementation

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