buildErrorImage method

Image buildErrorImage()

errorImage

Implementation

Image buildErrorImage() {
  return Image.asset(
    errorWidget ?? R.assetsImagesImageError,
    fit: boxFit,
    height: height,
    width: width,
    package: "flutter_kira",
  );
}