xMin property

dynamic xMin

Implementation

get xMin {
  return _xMin;
}
void xMin=(dynamic value)

Implementation

set xMin(value) {
  _xMin = value;
}