filesIcon top-level constant

Icon const filesIcon

The icon to use to denote a series of files.

Implementation

const filesIcon = Icon(
  Icons.storage,
  semanticLabel: 'Files',
);