double get pinPillPosition => _pinPillPosition;
set pinPillPosition(double position) { _pinPillPosition = position; notifyListeners(); }