CodePudding user response:
Use ClipPath or more simple way is to using some prepared image with waves and use it in Column
, e.g.,
Column(
children: [
GreenContainer(),
Image.assets('my_wavy_image.png'),
],
)
CodePudding user response:
Appbar in flutter is usually fixed. You can make a work around. Add a default appbar and just below, add another custom widget from the link given