gap property

int gap

Implementation

int get gap => _gap;
void gap=(int value)

Implementation

set gap(int value) {
  _gap = value;
  notifyListeners();
}