MyNoDataView constructor

const MyNoDataView({
  1. Key? key,
  2. String title = '没有找到相关内容',
})

Implementation

const MyNoDataView({Key? key, this.title = '没有找到相关内容'}) : super(key: key);