ColorHelper constructor

ColorHelper(
  1. String hexColor
)

Implementation

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