width property

double get width

图片宽度

Implementation

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