xMax property

double get xMax

The maximum width this liquid swipe can traverse

Implementation

double get xMax {
  return size.width - diameter / 2 - padding;
}