tree: bcf16a0e951096d9c86a38c41d1037d57c13d0ca [path history] [tgz]
  1. lib/
  2. .gitignore
  3. AUTHORS
  4. CHANGELOG.md
  5. LICENSE
  6. pubspec.yaml
  7. 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.

Import

import 'package:css_colors/css_colors.dart';

Use

new Container(color: CSSColors.orange)