yMax property
dynamic
get
yMax
Implementation
get yMax {
return _yMax;
}
set
yMax
(dynamic value)
Implementation
set yMax(value) {
_yMax = value;
}