Returns a list of supported image file extensions.
Common formats include raster image types such as PNG, JPEG, and WebP.
static List<String> get imageExtensions => const ['png', 'jpeg', 'jpg', 'heic', 'gif', 'webp'];