imageWidth property

int? imageWidth

Implementation

int? get imageWidth => _imageWidth;
void imageWidth=(int? val)

Implementation

set imageWidth(int? val) => _imageWidth = val;