I am working with SliverAppBar, where I used an image in flexibleSpace: FlexibleSpaceBar to fade it during scrolling. I also used a title of FlexibleSpaceBar, which is placed under the image, so when I am scrolling down, an image disappears and title stays up, what is perfect!
Problem happens once I try to put a Column in a title of FlexibleSpaceBar. In that case title is not placed under the image, but on top of the SliverAppBar. Is it possible to put somehow a Column in a title and make it movable during scrolling?