adaptSize property
double
get
adaptSize
This method is used to set smallest px in image height and width
Implementation
double get adaptSize {
var height = v;
var width = h;
return height < width ? height.toDoubleValue() : width.toDoubleValue();
}