addIcon top-level constant
Icon
const addIcon
The new icon to use.
Implementation
const addIcon = Icon(
Icons.add,
semanticLabel: 'Add',
);
The new icon to use.
const addIcon = Icon(
Icons.add,
semanticLabel: 'Add',
);