Appbar getting trasnparent and shows content under it
I am trying to achieve appbar animation. I have achieved the animation required but app bar is getting transparent. I dont know why this is happening. Can someone help resolving the issue? Here is the code bool showAppbar = false; bool isScrollingDown = true; ScrollController controller = ScrollController(); @override void initState() { super.initState(); controller.addListener(() {… Read More Appbar getting trasnparent and shows content under it