NoDataFound1 constructor
const
NoDataFound1({
- Key? key,
- bool isNoInternet = false,
- String messageError = '',
- bool showTextButton = false,
- VoidCallback? onPressed,
Implementation
const NoDataFound1(
{super.key,
this.isNoInternet = false,
this.messageError = '',
this.showTextButton = false,
this.onPressed});