StyleColor.fromHex constructor

const StyleColor.fromHex(
  1. String? colorHex
)

Implementation

const StyleColor.fromHex(this.colorHex)
    : color = null,
      colorRGBa = null;