The deep purple accent swatch.
new Icon(
icon: Icons.widgets,
color: Colors.deepPurpleAccent[400],
),
See also:
- deepPurple, the corresponding primary colors.
- of, which allows you to select colors from the current theme rather than hard-coding colors in your build methods.