You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: