NoDataFound1 constructor

const NoDataFound1({
  1. Key? key,
  2. bool isNoInternet = false,
  3. String messageError = '',
  4. bool showTextButton = false,
  5. VoidCallback? onPressed,
})

Implementation

const NoDataFound1(
    {super.key,
    this.isNoInternet = false,
    this.messageError = '',
    this.showTextButton = false,
    this.onPressed});