flutter / flutter/flutter-intellij
Color indicator in gutter doesn't show for external color consts
Open
good-first-issue
topic-editing
- Dominant language
- Java
- Stars
- 2k
- Forks
- 356
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 27
Description
Similar to #2684.
It seems like a pretty common pattern to use a file for external consts / static consts when you're trying to abstract out your color / theme definitions. However, when you use these on a color property you get no indication of what the actual color is.
For example:

It'd be great to be able to see what the color is whenever it's attached to something that is expecting a Color value.
Contributor guide
Assessment
This issue has not been assessed yet.