color property

Color? get color

Implementation

Color? get color {
  if (this == null) {
    return null;
  }
  {
    return HexColor(this!);
  }
}