Skip to content

Latest commit

 

History

History

css_colors

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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