height property

double get height

图片高度

Implementation

double get height => imageInfo == null ? 160 : imageInfo!.height * 1.0;