ImageUtils class

Constructors

ImageUtils()

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

fromAsset(String asset, {double radius = 0.0, double? height, double? width, BoxFit? fit, dynamic scale = 1.0}) → Widget
fromAssetRounded(String asset, {double? height, double? width, BoxFit? fit, dynamic scale = 1.0}) → Widget
fromFile(File file, {double radius = 0.0, double? height, double? width, BoxFit? fit, dynamic scale = 1.0}) → Widget
fromFileRounded(File file, {double radius = 0.0, double? height, double? width, BoxFit? fit, dynamic scale = 1.0}) → Widget
fromMemory(Uint8List bytes, {double radius = 0.0, double? height, double? width, BoxFit? fit, double scale = 1.0}) → Widget
fromMemoryRounded(Uint8List bytes, {double? height, double? width, BoxFit? fit, double scale = 1.0}) → Widget
fromNetwork(String? url, {double radius = 0.0, double? height, double? width, BoxFit? fit, String? placeHolder, Widget? placeHolderWidget, ImageRepeat repeat = ImageRepeat.noRepeat, FilterQuality filterQuality = FilterQuality.low, dynamic scale = 1.0, String? semanticLabel, Map<String, String>? headers, Widget loadingBuilder(BuildContext context, Widget child, ImageChunkEvent? loadingProgress)?}) → Widget
fromNetworkRounded(String? url, {double? height, double? width, BoxFit? fit, String? placeHolder, Widget? placeHolderWidget, dynamic scale = 1.0, Map<String, String>? headers, Widget loadingBuilder(BuildContext context, Widget child, ImageChunkEvent? loadingProgress)?}) → Widget