ui/nui_image_util
library
Functions
-
loadImage(String imageUrl, {BoxFit fit = BoxFit.cover, double? width, double? height, Widget? placeHolder, Widget? errorWidget})
→ Widget
-
-
loadImageLocal(String path, double width, double height, {BoxFit fit = BoxFit.cover, Uint8List? thumbdata})
→ Widget
-
-
loadImageProvider(String imageUrl)
→ ImageProvider<Object>
-
-
loadSvg(String filename, {double? width, double? height, Color? color, String? package, BoxFit fit = BoxFit.scaleDown, Clip clipBehavior = Clip.hardEdge})
→ Widget
-