OpsWarningScreen constructor
const
OpsWarningScreen({
- Key? key,
- required String message,
- required VoidCallback onClosing,
- required VoidCallback goBack,
- bool canShowGoBackBtn = false,
- String title = "Attention !",
- required bool hiddeAllBtn,
Implementation
const OpsWarningScreen(
{super.key,
required this.message,
required this.onClosing,
required this.goBack,
this.canShowGoBackBtn = false,
this.title = "Attention !",
required this.hiddeAllBtn});