ImageNetworkExtensionsPro class
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
Static Methods
-
cachedNetworkImage({required String url, double? width, double? height, BoxFit? fit, Widget? placeholder, Widget? errorWidget})
→ Widget
-
Displays a cached network image
-
networkImageWithPlaceholder({required String url, double? width, double? height, BoxFit? fit, Widget? placeholder, Widget? errorWidget})
→ Widget
-
Displays a network image with a placeholder
-
networkImageWithProgress({required String url, double? width, double? height, BoxFit? fit, Widget? errorWidget, Widget? loadingWidget})
→ Widget
-
Displays an image with a progress indicator and error widget
-
networkImageWithRoundedCorners({required String url, double? width, double? height, BoxFit? fit, double borderRadius = 8.0, Widget? errorWidget, Widget? loadingWidget})
→ Widget
-
Displays a network image with rounded corners
-
networkImageWithShadow({required String url, double? width, double? height, BoxFit? fit, double borderRadius = 8.0, double elevation = 5.0, Color shadowColor = Colors.black26, Widget? errorWidget, Widget? loadingWidget})
→ Widget
-
Displays a network image with a shadow