colorFromHexString static method

Color colorFromHexString(
  1. String hexValue
)

Implementation

static Color colorFromHexString(String hexValue) => HexColor(hexValue);