isHexColor property

bool get isHexColor

Checks if the string is a hexadecimal color.

Implementation

bool get isHexColor {
  return _isHexColor(this);
}