NoteDetail constructor

NoteDetail(
  1. {int index,
  2. ClickCallback onCancel}
)

Implementation

NoteDetail({this.index, this.onCancel});