getHex static method

Color getHex(
  1. String color,
  2. int shade
)

Implementation

static Color getHex(String color, int shade) =>
    ThemeColorExtract.fromHex(orkittSafeColors[color][shade]);