xMin property
dynamic
get
xMin
Implementation
get xMin {
return _xMin;
}
set
xMin
(dynamic value)
Implementation
set xMin(value) {
_xMin = value;
}