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
Is your feature request related to a problem? Please describe.
As a developer, I would like to have control of the DraggableSheet used when sheetIsDraggable is true.
In my specific case, I have a form with multiple fields on it, so I want to expand the sheet to fill the screen when the user focus on the form.
Describe the solution you'd like
Pass the DraggableSheetController or BetterFeedback.of(context).expandSheet().
Is your feature request related to a problem? Please describe.
As a developer, I would like to have control of the DraggableSheet used when
sheetIsDraggable
is true.In my specific case, I have a form with multiple fields on it, so I want to expand the sheet to fill the screen when the user focus on the form.
Describe the solution you'd like
Pass the
DraggableSheetController
orBetterFeedback.of(context).expandSheet()
.Describe alternatives you've considered
Something similar was proposed in the PR #88
The text was updated successfully, but these errors were encountered: