ViewScreen constructor

ViewScreen(
  1. {Function mSetState,
  2. Function getText,
  3. Function handleDelete,
  4. AddNoteScreenState widget}
)

Implementation

ViewScreen({this.mSetState, this.getText, this.handleDelete, this.widget});