LabColor.fromHex constructor

LabColor.fromHex(
  1. String hex
)

Implementation

factory LabColor.fromHex(String hex) => cm.LabColor.fromHex(hex).cast();