maxSize property

double get maxSize

Implementation

double get maxSize {
  return max(_width ?? 0, _height ?? 0);
}