helpwave / mobile-app

The official helpwave mobile app for android and ios
Mozilla Public License 2.0
7 stars 1 forks source link

Custom ColorTheme extension #493

Open DasProffi opened 7 months ago

DasProffi commented 7 months ago

Describe the feature

Extend the ColorTheme and overwrite its copyWith method and add an attribute warning color with appropriate defaults.

Why is this feature needed?

The flutter color theming does not have sufficient attributes for all colors that we want to use. Therefore we need an extension to the ColorScheme which is both compatible with the default flutter components and affords to add new colors without defaults.

Additional context

No response