OpsSuccessScreen constructor
const
OpsSuccessScreen({
- Key? key,
- required String message,
- required VoidCallback onClosing,
- String title = "Opération Réussie !",
- required bool hiddeAllBtn,
Implementation
const OpsSuccessScreen(
{super.key,
required this.message,
required this.onClosing,
this.title = "Opération Réussie !",
required this.hiddeAllBtn});