HexColor constructor

HexColor(
  1. String hexString
)

Implementation

HexColor(String hexString) : super(parseColor(hexString));