[Flutter] SliverAppBar 이것으로 끝내자
앱을 만들던 중 예쁜 디자인을 발견했으니... 찾아보니 SliverAppBar를 이용하면 된다고 합니다. 공식사이트: https://api.flutter.dev/flutter/material/SliverAppBar-class.html SliverAppBar class - material library - Dart API description SliverAppBar class 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 FlexibleSpaceBar . App bars typically expose one or more common actions with IconButton s which are optionally fol... api.flutter.dev