yEntrySpace property

double get yEntrySpace

Implementation

double get yEntrySpace => _yEntrySpace;
set yEntrySpace (double value)

Implementation

set yEntrySpace(double value) {
  _yEntrySpace = value;
}