feedback
feedback copied to clipboard
Add `borderRadius` to `FeedbackThemeData`
trafficstars
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
Hey, would you be willing to contribute this as a PR?
Hey, would you be willing to contribute this as a PR?
Sure! I’ll try to do it soon.