flutter-tutorials icon indicating copy to clipboard operation
flutter-tutorials copied to clipboard

Bottom Sheet Service

Open claudiucapraru opened this issue 4 years ago • 1 comments

image I tried to use bottom sheet service to create some custom ui for our application. Currently this is the maxim height of the container using the stacked services. Is there a way to expand this height of the bottom sheet to almost full screen (using the stacked bottom sheet service) ? I searched in all the documentation regarding the bottom sheet service but I couldn't find anything about the height.

Thanks in advance !! @FilledStacks @jyxt @bahriddin @asashour @rowild

claudiucapraru avatar Apr 05 '21 19:04 claudiucapraru

@claudiucapraru You need to set isScrollControlled: true, as one of the parameters when calling the bottomsheet service E.g bottomSheetService.showCustomSheet( variant: BottomSheetType.user, isScrollControlled: true )

pauleke65 avatar Sep 14 '21 22:09 pauleke65