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

Add showDragHandle Parameter to Get.bottomSheet #3113

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

egortabula
Copy link

@egortabula egortabula commented May 28, 2024

This PR introduces a new parameter, showDragHandle, to the Get.bottomSheet method. The showDragHandle parameter allows developers to easily control the visibility of a drag handle within the bottom sheet.

Changes

  • Added the showDragHandle boolean parameter to the Get.bottomSheet method.
  • When showDragHandle is set to true, a drag handle will be displayed at the top of the bottom sheet
  • When showDragHandle is set to false, the drag handle will be hidden. By default, the drag handle is hidden to maintain backward compatibility.

Every PR must update the corresponding documentation in the code, and also the readme in english with the following changes.

Pre-launch Checklist

  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making or feature I am adding, or @jonataslaw said the PR is test-exempt.
  • All existing and new tests are passing.

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

Successfully merging this pull request may close these issues.

1 participant