I'm in the process of designing a Flutter interface and I want to incorporate a wave pattern at the bottom of my background (similar to the image provided).
What is considered the best approach for achieving this effect, even if it involves using HTML and CSS as an example?
Would it be more effective to overlay an image of a white wave shape at the bottom of the background, or should I attempt to create the wave shape programmatically? This could be accomplished in Flutter using the path widget or in CSS by drawing it.
Image Reference: https://i.sstatic.net/cdcFI.jpg