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.
Currently, the sheet's border radius depends on the value of FeedbackThemeData.sheetIsDraggable
Describe the solution you'd like
Being able to set a custom border radius for the feedback sheet. If not provided, the current behaviour remains.
Describe alternatives you've considered
Adding a ClipRRect to the feedbackBuilder doesn't have any effect on the sheet's radius
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the sheet's border radius depends on the value of
FeedbackThemeData.sheetIsDraggable
Describe the solution you'd like
Being able to set a custom border radius for the feedback sheet. If not provided, the current behaviour remains.
Describe alternatives you've considered
Adding a
ClipRRect
to thefeedbackBuilder
doesn't have any effect on the sheet's radiusThe text was updated successfully, but these errors were encountered: