horizontalOffset property

double horizontalOffset

Implementation

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

Implementation

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