NotePage constructor

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

Implementation

const NotePage({
  super.key,
});