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

Can be change DraggableScrollableSheet initialChildSize #6

Open
cnkygmr opened this issue Oct 14, 2024 · 3 comments
Open

Can be change DraggableScrollableSheet initialChildSize #6

cnkygmr opened this issue Oct 14, 2024 · 3 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@cnkygmr
Copy link

cnkygmr commented Oct 14, 2024

I want to adjust the height that comes at the beginning. The user can increase it if he wants. For example, if the maximum is 0.9, I want the length to come at the beginning as 0.4.

@cnkygmr
Copy link
Author

cnkygmr commented Oct 14, 2024

Or we should be able to set all the values If we do not give a value, the standard one will be used by default.

      initialChildSize: maxChildSize,
      maxChildSize: maxChildSize,
      minChildSize: _sheetProvider.minExtent,

@LegendAF LegendAF added bug Something isn't working good first issue Good for newcomers labels Oct 14, 2024
@LegendAF
Copy link
Collaborator

I'll dig into this as soon as I can this week. Thanks for the ticket!

@LegendAF LegendAF self-assigned this Oct 14, 2024
@LegendAF
Copy link
Collaborator

@cnkygmr This turned out to be a bit bigger than expected. I have a path forward and I will have a PR up within the next couple days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants