bottomRight static method

BorderRadius bottomRight(
  1. double radius
)

Gives BorderRadius to bottomRight corner of a rectangle.

Implementation

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