I want to create an appbar in Flutter that is transparent at first (with some icon buttons in it) and if you scroll, it slowly starts to transition to a color and a title fades in. After an specific offset the transition should be complete.
Example:
start
I've tried using the normal appbar widget in combination with a scrollcontroller but I ran into some errors. Maybe because I wanted to implement it in an stateless widget.
I did not knew how to drag appbar until ChatGpt teach me. I did not exactly know what you want but i made a example that can be helpful. If it's enough to solve your problem, please mark me as the best answer.`