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.
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 acopyWith
method that returns a newFeedbackThemeData
object which accepts any property as nullable and falls back to the original values if not set.