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