menu
save_points_snackbar_dialog_bottomsheet package
documentation
dialog/dialog_title.dart
DialogTitle
DialogTitle.new const constructor
DialogTitle.new const constructor
dark_mode
light_mode
DialogTitle
constructor
const
DialogTitle
(
{
Key
?
key
,
required
String
title
,
required
bool
isDark
,
Color
?
color
,
})
Implementation
const DialogTitle({ super.key, required this.title, required this.isDark, this.color, });
save_points_snackbar_dialog_bottomsheet package
documentation
dialog/dialog_title
DialogTitle
DialogTitle.new const constructor
DialogTitle class