dodgerBlue property

Vector4 get dodgerBlue

RGBA values for the named CSS color 'dodgerblue'.

Implementation

static Vector4 get dodgerBlue =>
    Vector4(30.0 / 255.0, 144.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);