How can I add contrast to title when sliver is expanded? - flutter

How can I add some gradient to a title only when SliverAppBar is expanded ?

Related

Add color tint to a widget on scroll

Using Material 3, the appBar gets a tint color aplied when a scroll list is behind.
Example of how the appBar tint works
Is there any way to apply the same effect on a container, card, etc. ?

Flutter BottomNavigationBar remove default paddings

I am using BottomNavigationBar with icon and label property. Now I want remove icon top and label bottom paddings. How can I do this?

Custom youtube like appbar

Tried recreating this UI using SliverAppBar but without getting scroll info i was not able to update the appbar title according to the position. Is there any other way to do this other than SliverAppBar or can i get the scroll position from the sliver to change the state of AppBar title accordingly?

How to create SliverAppBar with bottom

How to create SliverAppBar with bottom like this example:
SliverAppBar MGM Resort

Auto Vertical Height in ListView.builder

How can i do vertical listview with different height of items. I have listview.builder in listview.builder. My inner listview have different count of items. So i need Auto Vertical Height in ListView. Could you help me?
enter image description here