Zoom in and Out

dev_aamir
aamir-csol 10 hours ago
parent fdf21b725e
commit ff55257e73

@ -49,9 +49,9 @@ class SymptomsCheckerViewModel extends ChangeNotifier {
// Zoom state
double _currentZoomScale = 1.0;
static const double _minZoomScale = 0.5;
static const double _maxZoomScale = 4.0;
static const double _zoomStep = 0.5;
static const double _minZoomScale = 1.0;
static const double _maxZoomScale = 2.0;
static const double _zoomStep = 1.0;
// Tooltip state
String? _tooltipOrganId;

Loading…
Cancel
Save