NoteAddPage constructor

const NoteAddPage({
  1. Key? key,
})

Implementation

const NoteAddPage({
  super.key,
});