I am using CustomScrollView
and A Listener
to listen to the scrolling effect. And from this effect, I am changing the offset of my AppBar
background.
But I figure out a problem if I then use it on a screen that has huge data on it on HomeScreen
where it is scrolling. Scrolling gets slow and sometimes flickers.
I want to know if it is ok to use a listener
on the scrollController
or not.