imageWidth property

double? imageWidth

Implementation

double? get imageWidth => _$this._imageWidth;
void imageWidth=(double? imageWidth)

Implementation

set imageWidth(double? imageWidth) => _$this._imageWidth = imageWidth;