HexColor1 constructor

HexColor1(
  1. String hexColor
)

Implementation

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