menu
t_widgets package
documentation
dialogs/t_message_dialog.dart
TMessageDialog
TMessageDialog.new const constructor
TMessageDialog.new const constructor
dark_mode
light_mode
TMessageDialog
constructor
const
TMessageDialog
(
{
Key
?
key
,
Widget
?
title
,
required
Widget
content
,
Color
?
backgroundColor
,
})
Implementation
const TMessageDialog({ super.key, this.title, required this.content, this.backgroundColor, });
t_widgets package
documentation
dialogs/t_message_dialog
TMessageDialog
TMessageDialog.new const constructor
TMessageDialog class