Rgba.fromString constructor

Rgba.fromString(
  1. String hexValue
)

Implementation

factory Rgba.fromString(String hexValue) =>
    Color.css('#${Color._convertCssToArgb(hexValue)}').rgba;