toColor method

Color toColor()

Implementation

Color toColor() {
  return hexToColor(value).withOpacity(opacity);
}