xMax property
double
get
xMax
The maximum width this liquid swipe can traverse
Implementation
double get xMax {
return size.width - diameter / 2 - padding;
}
The maximum width this liquid swipe can traverse
double get xMax {
return size.width - diameter / 2 - padding;
}