height property
int
get
height
Implementation
int get height => max((localImage.pixelHeight! * scale).round(), minPixels);
int get height => max((localImage.pixelHeight! * scale).round(), minPixels);