imageFile property

RegExp imageFile
final

Image file extension

Implementation

static final RegExp imageFile = RegExp(
  r'\.(jpg|jpeg|png|gif|bmp|svg|webp)$',
  caseSensitive: false,
);