lowerBound

Lower bound of the animation, null by default (meaning no lower bound). Bounds can be changed using updateBounds.

Animation will stop as soon as any dimension specified in lowerBound is reached. For example: For an Animatable with an lowerBound set to Offset(100f, 200f), when the value.x drops below 100f or value.y drops below 200f, the animation will stop.