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