ueman / feedback

A simple widget for getting better feedback.
https://pub.dev/packages/feedback
392 stars 94 forks source link

Add `borderRadius` to `FeedbackThemeData` #208

Open Zazo032 opened 2 years ago

Zazo032 commented 2 years ago

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

ueman commented 1 year ago

Hey, would you be willing to contribute this as a PR?

Zazo032 commented 1 year ago

Hey, would you be willing to contribute this as a PR?

Sure! I’ll try to do it soon.