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