static String toHex(Color color, {bool leadingHashSign = true}) => ColorUtils.toHex(color, leadingHashSign: leadingHashSign);