css_colors 1.1.7
css_colors: ^1.1.7 copied to clipboard
Defines constant dart:ui Color objects for CSS colors (for use in Flutter code).
CSS Colors #
Discontinued #
This project has been discontinued, and will not receive further updates. For community discussion of alternative packages, see this issue.
This package defines color constants for the CSS colors. These color constants
use the Color class
from dart:ui
, which means they're useful for Flutter apps.
Use #
final Container orange = Container(color: CSSColors.orange);