flutter/css_colors

Name: css_colors

Owner: Flutter

Description: Defines constants for the CSS Colors

Created: 2017-04-07 17:38:58.0

Updated: 2018-04-01 08:23:52.0

Pushed: 2017-04-07 18:06:54.0

Homepage: null

Size: 4

Language: Dart

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

CSS Colors

This package defines color constants for the CSS colors. These color conststants use the Color class from dart:ui, which means they're useful for Flutter apps.

Import
rt 'package:css_colors/css_colors.dart';
Use
Container(color: CSSColors.orange)

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.