FFRHexColor constructor

FFRHexColor(
  1. String hexColor
)

Implementation

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