Bottom Sheet Service
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 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 )