double get ellipseWidth => _ellipseWidth;
set ellipseWidth(double value) { _ellipseWidth = value; _invalidate(); }