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