ratio property

double get ratio

Implementation

double get ratio {
  return frameRatioBuilder?.call(
        ImageLayoutLayers.from(itemSize),
      ) ??
      frameRatio ??
      0;
}