radius property
double
get
radius
Get the radius of the circle before scaling.
Implementation
double get radius {
return min(size.x, size.y) / 2;
}
Get the radius of the circle before scaling.
double get radius {
return min(size.x, size.y) / 2;
}