CyberMessageBox constructor
const
CyberMessageBox({
- required String message,
- String? title,
- CyberMsgBoxType type = CyberMsgBoxType.defaultType,
- String? confirmText,
- String? cancelText,
Implementation
const CyberMessageBox({
required this.message,
this.title,
this.type = CyberMsgBoxType.defaultType,
this.confirmText,
this.cancelText,
});