offset property

dynamic get offset

Implementation

get offset => _offset;
set offset (dynamic value)

Implementation

set offset(value) {
  _offset = value;
  notifyListeners();
}