tree: 795b93650b2b75a0ed4f383384af177a4216c913 [path history] [tgz]
  1. lib/
  2. test/
  3. .gitignore
  4. AUTHORS
  5. CHANGELOG.md
  6. LICENSE
  7. pubspec.yaml
  8. README.md
packages/css_colors/README.md

CSS Colors

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);