r property

double get r

Implementation

double get r => (toDouble() * (_scaleWidth < _scaleHeight ? _scaleWidth : _scaleHeight));