radius property

set radius (double v)

Implementation

set radius(double v) {
  if (_radius == v) return;
  _radius = v;
  markNeedsLayout();
}