saveIcon top-level constant
Icon
const saveIcon
The save icon to use.
Implementation
const saveIcon = Icon(
Icons.save,
semanticLabel: 'Save',
);
The save icon to use.
const saveIcon = Icon(
Icons.save,
semanticLabel: 'Save',
);