duration property

int? duration
final

Number of Seconds the animation needs to draw on the screen. If you want the bubbles to be floating always then use the constructor FloatingBubbles.alwaysRepeating().

Implementation

final int? duration;