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