radius property

BorderRadiusGeometry? radius
final

The 🔘 radius impacts the roundedness of default 📐 Corner.ROUND or bevel-depth of 📐 Corner.BEVEL corners.

If not provided, 🔘 radius == Surface._RADIUS == 10.0.

If there is a radius provided for the entire 🔘 Shape.radius, that value will override any Shape.corners or Shape.baseCorners 🔘 CornerSpec.radius.

Implementation

final BorderRadiusGeometry? radius;