Skip to content

Commit

Permalink
fix: formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
pranaypatel512 committed Oct 10, 2023
1 parent 0e682b7 commit 63cbad6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/animations/ripple_wave/ripple_wave.dart
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@ class RippleWaveAnimationState extends State<RippleWaveAnimation>
gradient: RadialGradient(
colors: <Color>[
widget.rippleColor,
Color.lerp(widget.rippleColor, Colors.black, .04) ?? widget.rippleColor,
Color.lerp(widget.rippleColor, Colors.black, .04) ??
widget.rippleColor,
],
),
),
Expand Down

0 comments on commit 63cbad6

Please sign in to comment.