Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bottom Sheet Service #122

Open
claudiucapraru opened this issue Apr 5, 2021 · 1 comment
Open

Bottom Sheet Service #122

claudiucapraru opened this issue Apr 5, 2021 · 1 comment

Comments

@claudiucapraru
Copy link

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

@pauleke65
Copy link

@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
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants