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