colorFromHexString function

Color colorFromHexString(
  1. String hexValue
)

Implementation

Color colorFromHexString(String hexValue) => NUIColorUtil.colorFromHexString(hexValue);