bottomRight static method
Creates a BorderRadius for the bottom-right corner of a rectangle.
radius: The radius value for the bottom-right corner.
Returns a BorderRadius object with the specified bottom-right radius.
Implementation
static BorderRadius bottomRight(double radius) =>
_copyWith(bottomRight: radius);