tree: 7ce3a2b83a41509a7016bfcac6d33cfe94ab011f [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);