double get startAngle => _startAngle;
set startAngle(double value) { _startAngle = value; _invalidate(); }