Flutter AppBar color stays changed after scrolling and moving
예전에는 이런 문제가 없었는데, Flutter가 업데이트 되며, 새로운 프로젝트를 생성하거나 Material3를 true, 스크롤을 하게 되면 앱바의 색상이 변한다고 한다.
해결방법은
appBar: AppBar(
backgroundColor: your_color,
scrolledUnderElevation: 0,
forceMaterialTransparency: true,