menu
masamune_module_simpleblog package
documentation
pages/note.dart
NoteEditPage
NoteEditPage.new const constructor
NoteEditPage.new const constructor
dark_mode
light_mode
NoteEditPage
constructor
const
NoteEditPage
(
{
Key
?
key
,
@PageParam.new("edit_id")
required
String
editId
,
})
Implementation
const NoteEditPage({ super.key, @PageParam("edit_id") required super.editId, });
masamune_module_simpleblog package
documentation
pages/note
NoteEditPage
NoteEditPage.new const constructor
NoteEditPage class