closeIcon top-level constant

Icon const closeIcon

The close icon to use.

Implementation

const closeIcon = Icon(
  Icons.close,
  semanticLabel: 'Close',
);