loadImageLocal function
Implementation
Widget loadImageLocal(String path, double width, double height, {BoxFit fit = BoxFit.cover, Uint8List? thumbdata}){
return NUIImageUtil.loadImageLocal(path, width, height, thumbdata: thumbdata);
}
Widget loadImageLocal(String path, double width, double height, {BoxFit fit = BoxFit.cover, Uint8List? thumbdata}){
return NUIImageUtil.loadImageLocal(path, width, height, thumbdata: thumbdata);
}