viewTransform property
final
View transform notifier (scale + offset) — updated directly by the
widget state during zoom/pan to avoid rebuilding the widget tree.
Passed as repaint: to CustomPaint so changes trigger paint only.
Implementation
final ValueNotifier<({double scale, Offset offset})> viewTransform;