radius property

double? radius
final

The size of the circle, expressed as the radius (half the diameter).

Changes to the radius are animated (including changing from an explicit radius to a minRadius/maxRadius pair or vice versa).

Implementation

/// Changes to the [radius] are animated (including changing from an explicit
/// [radius] to a [minRadius]/[maxRadius] pair or vice versa).
final double? radius;