r property

double get r

Implementation

@pragma('vm:prefer-inline')
double get r {
  final s = _g.scaleWidth < _g.scaleHeight ? _g.scaleWidth : _g.scaleHeight;
  return this * s;
}