computeViewportScaleFactor method
Returns the viewportScaleFactor needed to present the given domainWindow.
Implementation
@override
double computeViewportScaleFactor(double domainWindow) =>
_domainInfo.domainDiff / domainWindow;
Returns the viewportScaleFactor needed to present the given domainWindow.
@override
double computeViewportScaleFactor(double domainWindow) =>
_domainInfo.domainDiff / domainWindow;