0

See, the header is transparent with just a back leading icon See how the header changed

I want to achieve the same effect. If i could add a transition between the two app bars that would be even better!

I have tried using "SliverAppBar" but if I add a leading back button in app bar, it stays there in the title!

See the arrow button and if I add action button it will also be visible

I only want the arrow to be visible here

VincentDR
  • 696
  • 3
  • 15

1 Answers1

0

You can use sliver app bar provided by flutter inside custom scroll view. You can find example here and flutter documentation here

Nabinda
  • 86
  • 4