Closed vramosx closed 2 years ago
Hi! Thanks for this awesome package.
I was trying to create the same result like the outer wave example:
In the available example there is also no such version. Can you please provide an example of this?
Thanks!
This is because the blur property is set in CustomConfig.
blur
CustomConfig
WaveWidget( // ... config: CustomConfig( // ... blur: MaskFilter.blur(BlurStyle.outer, 2), ), ),
Hi! Thanks for this awesome package.
I was trying to create the same result like the outer wave example:
In the available example there is also no such version. Can you please provide an example of this?
Thanks!