StyleColor.fromRGBa constructor

const StyleColor.fromRGBa(
  1. String? colorRGBa
)

Implementation

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