흔히 넷플릭스처럼, 맨 위 상단에는 영상에 대한 이미지가 나와있고, 스크롤을 내리면 해당 이미지는 사라지게 된다. 이것을 구현하기 위해 플러터에서 SliverAppBar를 사용해보기로 했다. 가장 먼저 살펴 볼 공식문서 https://api.flutter.dev/flutter/material/SliverAppBar-class.html SliverAppBar class - material library - Dart API A material design app bar that integrates with a CustomScrollView. An app bar consists of a toolbar and potentially other widgets, such as a TabBar and a Flexibl..