ImageConfigNetwork class

Constructors

ImageConfigNetwork({Alignment alignment = Alignment.center, BaseCacheManager? cacheManager, String? cacheKey, LoadingErrorWidgetBuilder? errorBuilder, ValueChanged<Object>? errorListener, Curve fadeInCurve = Curves.easeIn, Duration fadeInDuration = const Duration(milliseconds: 500), Curve fadeOutCurve = Curves.easeOut, Duration? fadeOutDuration, FilterQuality filterQuality = FilterQuality.low, Map<String, String>? httpHeaders, ImageWidgetBuilder? imageBuilder, ImageRenderMethodForWeb imageRenderMethodForWeb = ImageRenderMethodForWeb.HtmlImage, bool matchTextDirection = false, int? maxHeightDiskCache, int? maxWidthDiskCache, int? memCacheHeight, int? memCacheWidth, PlaceholderWidgetBuilder? placeholder, ProgressIndicatorBuilder? progressBuilder, Duration? placeholderFadeInDuration, ImageRepeat repeat = ImageRepeat.noRepeat, bool useOldImageOnUrlChange = false})
const

Properties

alignment Alignment
final
cacheKey String?
final
cacheManager → BaseCacheManager?
final
errorBuilder → LoadingErrorWidgetBuilder?
final
errorListener ValueChanged<Object>?
final
fadeInCurve Curve
final
fadeInDuration Duration
final
fadeOutCurve Curve
final
fadeOutDuration Duration?
final
filterQuality FilterQuality
final
hashCode int
The hash code for this object.
no setterinherited
httpHeaders Map<String, String>?
final
imageBuilder → ImageWidgetBuilder?
final
imageRenderMethodForWeb → ImageRenderMethodForWeb
final
matchTextDirection bool
final
maxHeightDiskCache int?
final
maxWidthDiskCache int?
final
memCacheHeight int?
final
memCacheWidth int?
final
placeholder → PlaceholderWidgetBuilder?
final
placeholderFadeInDuration Duration?
final
progressBuilder → ProgressIndicatorBuilder?
final
repeat ImageRepeat
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useOldImageOnUrlChange bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited