all static method

BorderRadius all(
  1. double radius
)

Gives BorderRadius for each corner of a rectangle.

Implementation

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