menu
Flutter
vector_math
Colors
gray property
gray
brightness_4
brightness_5
gray
property
Vector4
gray
Implementation
static Vector4 get gray => Vector4(128.0 / 255.0, 128.0 / 255.0, 128.0 / 255.0, 255.0 / 255.0);
Flutter
vector_math
Colors
gray property
Colors class