horizontalOffset property

double get horizontalOffset

Implementation

double get horizontalOffset => _horizontalOffset;
set horizontalOffset (double value)

Implementation

set horizontalOffset(double value) {
  _horizontalOffset = value;
  notifyListeners();
}