Map<int, Color>
pink =
const {50 : const Color(0xFFFCE4EC), 100 : const Color(0xFFF8BBD0), 200 : const Color(0xFFF48FB1), 300 : const Color(0xFFF06292), 400 : const Color(0xFFEC407A), 500 : const Color(0xFFE91E63), 600 : const Color(0xFFD81B60), 700 : const Color(0xFFC2185B), 800 : const Color(0xFFAD1457), 900 : const Color(0xFF880E4F)}
The pink primary swatch.
new Icon(
icon: Icons.widgets,
color: Colors.pink[400],
),
See also:
- pinkAccent, the corresponding accent colors.
- of, which allows you to select colors from the current theme
rather than hard-coding colors in your build methods.