HexColor constructor

HexColor(
  1. dynamic hexColor
)

Implementation

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