isHex property

bool get isHex

Whether this is a hex color.

Implementation

bool get isHex => value.startsWith('#') || _isHexString(value);