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