menu
notepod
widgets/note_del_button.dart
NoteDelButton
NoteDelButton.new const constructor
NoteDelButton.new
dark_mode
light_mode
NoteDelButton
constructor
const
NoteDelButton
(
{
Key
?
key
,
required
Map
noteData
,
required
bool
shared
,
})
Implementation
const NoteDelButton({ Key? key, required this.noteData, required this.shared, }) : super(key: key);
notepod
note_del_button
NoteDelButton
NoteDelButton.new const constructor
NoteDelButton class