addIcon top-level constant

Icon const addIcon

The new icon to use.

Implementation

const addIcon = Icon(
  Icons.add,
  semanticLabel: 'Add',
);