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