HexColor constructor

HexColor(
  1. String hexColor
)

Creates a HexColor instance from a hex color string.

Implementation

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