Clamp each entry n in this in the range [minn]-[maxn].
n
@override void clamp(Vector2 min, Vector2 max) { super.clamp(min, max); notifyListeners(); }