NotesPage constructor

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

Ctor.

Implementation

const NotesPage({Key? key}) : super(key: key);