Flutter: Why Colors.blue is a const value but Colors.blue.shade50 is not?
While giving color values to a couple of circleavatars I realized that flutter gives error to the color shades but not to the colors? children: [ 馃あ const CircleAvatar(backgroundColor: Colors.blue.shade50,), 馃榾 ...



