closeIcon constant

Icon const closeIcon

Implementation

static const closeIcon = Icon(
  Icons.close_rounded,
  color: AppTheme.light,
  size: 26.0,
);