ExpandableFab (1) 썸네일형 리스트형 [Flutter] Clone - 당근마켓23(ExpandableFab) 이번에는 floatingActionButton 을 확장하는 ExpandableFab 기능을 구현해보겠습니다. 개발환경 : 윈도우11, 안드로이드 스튜디오, flutter 3.0.1 화면 구성은 아래와 같습니다. ./src/screens/home/home_screen.dart - Scaffold 하위에 floatingActionButton 관련 추가 floatingActionButton: ExpandableFab( // distance between button and children, distance: 90, children: [ MaterialButton( onPressed: () {}, shape: const CircleBorder(), height: 48, color: Theme.of(context.. 이전 1 다음