image constant

List<String> const image

Implementation

static const List<String> image = [
  '.jpg',
  '.jpeg',
  '.png',
  '.gif',
  '.bmp',
  '.webp',
  '.svg',
];