ImageBlur class

Constructors

ImageBlur()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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

Static Methods

imageCircularBlur({String? imageNetwork, String? imageAssets, int durationShimmer = 3, int durationBlur = 2, double? size, BoxFit? fit = BoxFit.cover, BlendMode? colorBlendMode = BlendMode.srcIn, Color? color, AlignmentGeometry alignment = Alignment.center, Rect? centerSlice, Animation<double>? opacity, FilterQuality filterQuality = FilterQuality.low, ImageRepeat repeat = ImageRepeat.noRepeat, bool matchTextDirection = false, bool gapLessPlayback = false, String? semanticLabel, ImageFrameBuilder? frameBuilder, ImageLoadingBuilder? loadingBuilder, ImageErrorWidgetBuilder? errorBuilder, bool isAntiAlias = false, bool isBlur = true, bool isShimmer = true, Map<String, String>? headers, int? cacheWidth, int? cacheHeight}) Widget
imageDownloadBlur({required String imageUrl, bool? loadingProgress, BoxFit? fit = BoxFit.cover, double? height, double? width, BlendMode? colorBlendMode, Color? color, Alignment alignment = Alignment.center, Rect? centerSlice, Animation<double>? opacity, FilterQuality filterQuality = FilterQuality.low, ImageRepeat repeat = ImageRepeat.noRepeat, bool matchTextDirection = false, bool gapLessPlayback = false, String? semanticLabel, ImageFrameBuilder? frameBuilder, ImageLoadingBuilder? loadingBuilder, ImageErrorWidgetBuilder? errorBuilder, bool isAntiAlias = false, Map<String, String>? headers, int? cacheWidth, int? cacheHeight, TileMode tileMode = TileMode.decal, Duration fadeInDuration = const Duration(milliseconds: 500), Color backgroundImage = const Color.fromRGBO(238, 238, 238, 1), double scale = 1.0, int? memCacheHeight, int? memCacheWidth, Duration cacheManagerTime = const Duration(minutes: 35)}) Widget
imageRectangleBlur({String? imageNetwork, String? imageAssets, int durationShimmer = 3, int durationBlur = 2, double? height, double? width, BoxFit? fit = BoxFit.cover, BlendMode? colorBlendMode = BlendMode.srcIn, Color? color, AlignmentGeometry alignment = Alignment.center, Rect? centerSlice, Animation<double>? opacity, FilterQuality filterQuality = FilterQuality.low, ImageRepeat repeat = ImageRepeat.noRepeat, bool matchTextDirection = false, bool gaplessPlayback = false, String? semanticLabel, ImageFrameBuilder? frameBuilder, ImageLoadingBuilder? loadingBuilder, ImageErrorWidgetBuilder? errorBuilder, bool isAntiAlias = false, bool isBlur = true, bool isShimmer = true, Map<String, String>? headers, int? cacheWidth, int? cacheHeight}) Widget