bool get antiClockwise => _antiClockwise;
set antiClockwise(bool value) { _antiClockwise = value; _invalidate(); }