NotesBlock constructor

const NotesBlock({
  1. Widget? leading,
  2. Key? key,
})

Implementation

const NotesBlock({this.leading, super.key});