imageWidget property

Widget get imageWidget

图片

Implementation

Widget get imageWidget => SilImage(
      this.imgPath,
      packageName: this.packageName,
      width: this.imgWidth,
      height: this.imgHeight,
      fit: this.imgFit,
      placeholder: this.placeholderImgWidget,
      placeholderImgPath: this.placeholderImgPath,
      errorImgPath: this.errorImgPath,
      radius: this.imgRadius,
      borderColor: this.imgBorderColor,
      borderWidth: this.imgBorderWidth,
    );