TNoDataWidget constructor

const TNoDataWidget({
  1. Key? key,
  2. String title = "暂无数据",
})

Implementation

const TNoDataWidget({
  Key? key,
  this.title = "暂无数据",
}) : super(key: key);