getDefaultImage static method
Get the default image to show the error image from memory
Implementation
static getDefaultImage({Color? color}) =>
SvgPicture.memory(getUintList(errorImage),
colorFilter: ColorFilter.mode(
color ?? Colors.white,
BlendMode.srcIn,
));