ImageFactoryMixins mixin

组装单个 extendImage(network/file/asset)

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

createAssetImage(String url, {double? width, double? height, BoxShape? boxShape, BoxFit fit = BoxFit.cover, BorderRadiusGeometry borderRadius = BorderRadius.zero, AnimationController? controller}) Widget
extend的assets图里面有闪烁
createFileImage(String url, {Map? extendParams}) Widget
createFileWithWechatPicker(AssetEntity _entity, {Map? extendParams}) Widget
用wechat库选的图
createNetworkImage(String url, {Map? extendParams, double? width, double? height, BorderRadius? borderRadius, bool isCache = true, String? imageCacheName = "v_nine_grid", LoadStateChanged? loadStateChanged, AnimationController? controller}) Widget
网络图片
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