NoDataFoundWidget constructor

const NoDataFoundWidget({
  1. Key? key,
  2. String message = "No Data Found",
})

Implementation

const NoDataFoundWidget({Key? key, this.message = "No Data Found"}) : super(key: key);