isHex property
bool
get
isHex
Whether this is a hex color.
Implementation
bool get isHex => value.startsWith('#') || _isHexString(value);
Whether this is a hex color.
bool get isHex => value.startsWith('#') || _isHexString(value);