Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend FeedbackThemeData to cover more widgets #324

Open
TonyD-TuftAndPaw opened this issue Sep 11, 2024 · 0 comments
Open

Extend FeedbackThemeData to cover more widgets #324

TonyD-TuftAndPaw opened this issue Sep 11, 2024 · 0 comments

Comments

@TonyD-TuftAndPaw
Copy link

Is your feature request related to a problem? Please describe.
While there are fields for bottomSheetDescriptionStyle and bottomSheetTextInputStyle, there are no equivalent ways to set the styles for the Navigate, Draw, or Submit text buttons. Similarly, there's no way to set custom icons for the undo, trash, and close buttons. And we can't change the TextInput at all (like adding a hint).

Describe the solution you'd like
I could make a case that FeedbackThemeData should have more settings to expose these things to the user. And that's the easiest way forward.

I could also make a case that widgets or widget builders should be passed in as arguments, so the developer has complete control over the widget instead of just the style. That way, for example, the "Submit" button could be split into two buttons, one to submit via email, and one to save on device. Or add max character counts to the textfield.

Describe alternatives you've considered
Nothing outside of forking the package and hardcoding our preferred styles.

Additional context
It's a great package, it's just a little too hard to customize!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant