yMin property
dynamic
get
yMin
Implementation
get yMin {
return _yMin;
}
set
yMin
(dynamic value)
Implementation
set yMin(value) {
_yMin = value;
}