setImageHeight method
Implementation
void setImageHeight(double value) {
if (_imageHeight != value) {
_imageHeight = value;
refresh();
if (!_isLoading) {
getMindMap()?.onChanged();
}
}
}
void setImageHeight(double value) {
if (_imageHeight != value) {
_imageHeight = value;
refresh();
if (!_isLoading) {
getMindMap()?.onChanged();
}
}
}