OpsErrorScreen constructor
const
OpsErrorScreen({
- Key? key,
- required String message,
- required VoidCallback onClosing,
- required VoidCallback goBack,
- bool canShowGoBackBtn = false,
- String title = "Echec de l'opération !",
- required bool hiddeAllBtn,
Implementation
const OpsErrorScreen(
{super.key,
required this.message,
required this.onClosing,
required this.goBack,
this.canShowGoBackBtn = false,
this.title = "Echec de l'opération !",
required this.hiddeAllBtn});