본문 바로가기

Flutter/State Management

[GETX] BottomSheet 높이 변경하는 방법

Getx BottomSheet의 높이 Default는 화면 높이의 절반이라서 더 늘리고 싶다면 

 

1. builder 사용 

2. isScrollControlled: true

 

[Link] 

- 🔗 https://stackoverflow.com/questions/48968176/how-do-you-adjust-the-height-and-borderradius-of-a-bottomsheet-in-flutter

 

How do you adjust the height and borderRadius of a BottomSheet in Flutter?

I'm probably missing something obvious here, but my BottomSheet only takes up the bottom half the screen, even though the widgets in it take up more space. So now there is scrolling behavior inside...

stackoverflow.com

 

'Flutter > State Management' 카테고리의 다른 글

[GETX] Binding 관리 Get.lazyPut  (0) 2021.12.20
[GETX] GetX - 라우팅 관리  (0) 2021.12.07
[GETX] GetX- 종속성 관리: Binding  (0) 2021.12.07