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

Lack of inputDecoratorSuffixIconSchemeColor properties #231

Open
laterdayi opened this issue Apr 15, 2024 · 1 comment
Open

Lack of inputDecoratorSuffixIconSchemeColor properties #231

laterdayi opened this issue Apr 15, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@laterdayi
Copy link

laterdayi commented Apr 15, 2024

Lack of inputDecoratorSuffixIconSchemeColor properties

inputDecoratorIsFilled: false,
inputDecoratorPrefixIconSchemeColor: SchemeColor.primary,

I can set the inputDecoratorPrefixIconSchemeColor, but there was no inputDecoratorSuffixIconSchemeColor configuration items

@rydmike
Copy link
Owner

rydmike commented Apr 26, 2024

Thanks @laterdayi, yes I'm aware this one is not included. FlexColorScheme does not contain APIs for everything you can do with ThemeData, nor does it strive to provide a complete replacement API for it, more like making tedious parts more convenient.

You can always add missing theming with .copyWith on the ThemeData and component theme data it produces.

However, this one would be quite handy to have in FlexColorScheme, so I will try to add to the next version.

@rydmike rydmike self-assigned this Apr 26, 2024
@rydmike rydmike added the enhancement New feature or request label Apr 26, 2024
@rydmike rydmike added this to the 8.0.0 milestone Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
2 participants