menu
mvc_application package
documentation
view.dart
MsgBox
MsgBox const constructor
MsgBox const constructor
dark_mode
light_mode
MsgBox
constructor
const
MsgBox
(
{
required
BuildContext
context
,
String
?
title
,
String
?
msg
,
List
<
Widget
>
?
body
,
List
<
Widget
>
?
actions
,
})
Implementation
const MsgBox({ required this.context, this.title, this.msg, this.body, this.actions, });
mvc_application package
documentation
view
MsgBox
MsgBox const constructor
MsgBox class