imageHeight property

int? imageHeight

Implementation

int? get imageHeight => _imageHeight;
void imageHeight=(int? val)

Implementation

set imageHeight(int? val) => _imageHeight = val;