ImageLocalExtensionsPro class

Constructors

ImageLocalExtensionsPro()

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

assetImageWithFittedBox(String asset, {double? width, double? height, Widget? errorWidget}) Widget
assetImageWithProgress(String asset, {required BuildContext context, double? width, double? height, BoxFit? fit, Widget? errorWidget, Widget? loadingWidget}) Widget
assetImageWithRoundedCorners(String asset, {required BuildContext context, double? width, double? height, BoxFit? fit, double borderRadius = 8.0, Widget? errorWidget, Widget? loadingWidget}) Widget
assetImageWithShadow(String asset, {required BuildContext context, double? width, double? height, BoxFit? fit, double borderRadius = 8.0, double elevation = 5.0, Color shadowColor = Colors.black26, Widget? errorWidget, Widget? loadingWidget}) Widget