minSize property

double minSize

Implementation

double get minSize {
  return min(_width ?? 0, _height ?? 0);
}