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