x_color 0.0.2+2 x_color: ^0.0.2+2 copied to clipboard
A dynamic and remote color data holder for flutter remote-ui project
x_color #
A dynamic and remote color data holder for flutter remote-ui project
Installation #
dependencies:
x_color: latest
Usage & Example (code) #
the XColor extends Color so you can use it anywhere originally color took place.
var color = XColor("#FF23232");
var icon = Icon(Icons.add, color: color);