Skip to content

Commit

Permalink
Merge pull request #11 from LenaWirtz/patch-1
Browse files Browse the repository at this point in the history
Update bubbles.dart
  • Loading branch information
Poujhit committed Jan 29, 2024
2 parents d9491a7 + 1b76caf commit 639d801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/src/bubbles.dart
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ class FloatingBubbles extends StatefulWidget {
this.duration = 0,
this.speed = BubbleSpeed.normal,
}) : assert(
noOfBubbles >= 10,
'Number of Bubbles Cannot be less than 10',
noOfBubbles >= 1,
'Number of Bubbles Cannot be less than 1',
),
assert(
sizeFactor > 0 && sizeFactor < 0.5,
Expand Down

0 comments on commit 639d801

Please sign in to comment.