saveIcon top-level constant

Icon const saveIcon

The save icon to use.

Implementation

const saveIcon = Icon(
  Icons.save,
  semanticLabel: 'Save',
);