VImages.network constructor
const
VImages.network(
- String asset, {
- Widget frameBuilder(
- BuildContext,
- Widget,
- int?,
- bool,
- Widget loadingBuilder()?,
- Widget errorBuilder()?,
- String? semanticLabel,
- bool excludeFromSemantics,
- double? width,
- double? height,
- Color? color,
- Animation<
double> ? opacity, - BlendMode? colorBlendMode,
- BoxFit? fit,
- AlignmentGeometry alignment,
- ImageRepeat repeat,
- Rect? centerSlice,
- bool matchTextDirection,
- bool gaplessPlayback,
- bool isAntiAlias,
- FilterQuality filterQuality,
Implementation
const factory VImages.network(
String asset, {
Widget Function(BuildContext, Widget, int?, bool)? frameBuilder,
Widget Function(BuildContext, Widget, ImageChunkEvent?)? loadingBuilder,
Widget Function(BuildContext, Object, StackTrace?)? errorBuilder,
String? semanticLabel,
bool excludeFromSemantics,
double? width,
double? height,
Color? color,
Animation<double>? opacity,
BlendMode? colorBlendMode,
BoxFit? fit,
AlignmentGeometry alignment,
ImageRepeat repeat,
Rect? centerSlice,
bool matchTextDirection,
bool gaplessPlayback,
bool isAntiAlias,
FilterQuality filterQuality,
}) = _VImageNetwork;