Color.hex constructor
const
Color.hex(
- String value
Creates a color from a hex string.
Implementation
const Color.hex(String value) : value = value;
Creates a color from a hex string.
const Color.hex(String value) : value = value;