1

Im trying to achieve something like the following,

I'm very new to flutter so I couldn't figure it out.

MHDEZ
  • 820
  • 2
  • 10
  • 17

1 Answers1

0

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

https://pub.dev/packages/flutter_custom_clippers

jeugene
  • 211
  • 1
  • 3