ScaleChanged typedef

ScaleChanged = void Function(double scale)

A callback for the InteractiveViewerBoundary that is called when the scale changed.

Implementation

typedef ScaleChanged = void Function(double scale);