NotesBlock constructor

const NotesBlock({
  1. Key? key,
  2. bool info = false,
})

Implementation

const NotesBlock({super.key, this.info = false});