borderRadius property
The BorderRadius for this shape.
Used internally to avoid repeated type-checking when applying effects.
Implementation
@override
BorderRadius get borderRadius => BorderRadius.circular(radius);
The BorderRadius for this shape.
Used internally to avoid repeated type-checking when applying effects.
@override
BorderRadius get borderRadius => BorderRadius.circular(radius);