Flutter Material3 disable appbar color change on scroll
10:07 25 May 2022

Using Material3 useMaterial3: true in Flutter version 3.0.1, when scrolling lets say listview, the appbar changes to darker color... Can this be disabled?

Example from native android Material3 MaterialToolbar disable coloring at scroll:

enter image description here

flutter material-ui