NoDataWidget constructor

const NoDataWidget({
  1. Key? key,
  2. String imageStr = "images/icon_net_error.png",
  3. String contentStr = "网络错误",
  4. bool isLocal = true,
})

Implementation

const NoDataWidget({Key? key, this.imageStr="images/icon_net_error.png", this.contentStr="网络错误", this.isLocal = true}) : super(key: key);