HexColor constructor

HexColor(
  1. String hexColor
)

Implementation

HexColor(final String hexColor) : super(_getColorFromHex(hexColor));