offsetWidthRatio property
      
      double
      get
      offsetWidthRatio
      
    
    
    
Implementation
double get offsetWidthRatio {
  var offsetW = _canvas.offset.width;
  if (offsetW == 0) return 0;
  return _renderedImageWidth / offsetW;
}