HexColor constructor

HexColor(
  1. dynamic hexColor
)

Implementation

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