widthScale property

double get widthScale

Implementation

double get widthScale{
  final scaleRatio = _currentWidth!/optimumWidth!;
  return scaleRatio < 1 ? scaleRatio : 1.0;
}