hexToColor static method

Color hexToColor(
  1. String code
)

Implementation

static Color hexToColor(String code) => ColorUtils.fromHex(code);