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,),
๐ ...
nimishdalal.hashnode.dev1 min read