gray property

MaterialColor get gray

Implementation

static MaterialColor get gray => Colify.isDark ? _grayDark : _grayLight;