image/image_loder library

Functions

fetchAssetsImage(String path, {double width = 48, double height = 48}) Widget
fetchAvatar(String? url, {double size = 60, String? defaultImagePath}) Widget
fetchImage(String url, {double width = 48, double height = 48, Color? color, String? defaultImagePath}) Widget
fetchLocalImage(File? file, {double width = 48, double height = 48}) Widget