NoNetworkDialog constructor
- {Key? key,
- String text = 'Reintentar',
- required VoidCallback onTap,
- bool hasInsetPadding = true}
Implementation
const NoNetworkDialog({
Key? key,
this.text = 'Reintentar',
required this.onTap,
this.hasInsetPadding = true,
}) : super(key: key);