ueman / feedback

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

Add a `copyWith` to `FeedbackThemeData` #311

Closed ricardoboss closed 1 month ago

ricardoboss commented 1 month ago

Is your feature request related to a problem? Please describe. I want to use the default factories for FeedbackThemeData (.dark() and .light()), but I also want to change certain values.

Describe the solution you'd like Like any other ThemeData in Flutter, I'd like to see a copyWith method that returns a new FeedbackThemeData object which accepts any property as nullable and falls back to the original values if not set.