You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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
)
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
The text was updated successfully, but these errors were encountered: