스크롤을 위로 올리면 Appbar 배경에 연한 컬러가 입혀진다.
AppBar 속성에 있는 scrolledUnderElevation 값을 0으로 설정해주면 된다.
Scaffold(
appBar: AppBar(
scrolledUnderElevation: 0,
elevation 설정만 해봤는데, scrolledUnderElevation 는 처음 써봤다 ㅎ
https://api.flutter.dev/flutter/material/SliverAppBar/scrolledUnderElevation.html