menu
notepod
widgets/note_back_button.dart
NoteBackButton
NoteBackButton.new const constructor
NoteBackButton.new
dark_mode
light_mode
NoteBackButton
constructor
const
NoteBackButton
(
{
Key
?
key
,
required
Widget
childPage
,
})
Implementation
const NoteBackButton({ Key? key, required this.childPage, }) : super(key: key);
notepod
note_back_button
NoteBackButton
NoteBackButton.new const constructor
NoteBackButton class