extendedImageFile function
Widget
extendedImageFile(
- String imageUri, {
- Key? key,
- BoxFit? fit,
- Color? color,
- double? width,
- double? height,
- Alignment alignment = Alignment.center,
- BlendMode? colorBlendMode,
- bool excludeFromSemantics = false,
- bool matchTextDirection = false,
- Widget? placeholder,
- double scale = 1.0,
- FilterQuality filterQuality = FilterQuality.low,
- bool isAntiAlias = false,
- ImageRepeat repeat = ImageRepeat.noRepeat,
- Rect? centerSlice,
- String? semanticLabel,
- bool gaplessPlayback = false,
- int? cacheWidth,
- int? cacheHeight,
- Widget? errorPlaceholder,
- bool enableMemoryCache = true,
- bool clearMemoryCacheIfFailed = true,
- bool clearMemoryCacheWhenDispose = false,
- int? maxBytes,
- double? compressionRatio,
Create extended image widget
Implementation
Widget extendedImageFile(
String imageUri, {
Key? key,
BoxFit? fit,
Color? color,
double? width,
double? height,
Alignment alignment = Alignment.center,
BlendMode? colorBlendMode,
bool excludeFromSemantics = false,
bool matchTextDirection = false,
Widget? placeholder,
double scale = 1.0,
FilterQuality filterQuality = FilterQuality.low,
bool isAntiAlias = false,
ImageRepeat repeat = ImageRepeat.noRepeat,
Rect? centerSlice,
String? semanticLabel,
bool gaplessPlayback = false,
int? cacheWidth,
int? cacheHeight,
Widget? errorPlaceholder,
bool enableMemoryCache = true,
bool clearMemoryCacheIfFailed = true,
bool clearMemoryCacheWhenDispose = false,
int? maxBytes,
double? compressionRatio,
}) {
throw UnsupportedError('File is not supported on web');
}