radius property

double radius
final

The width and height follow rules of AnimatedContainer, but apply to either the Surface.borderContainer or, if disableBorers: true, the Surface.innerSurface directly.

radius impacts the roundedness of default SurfaceCorners.ROUND or set-in of SurfaceCorners.BEVEL. If not provided, Surface._DEFAULT_RADIUS == 6.0

Implementation

final double width, height, radius;