NotesBloc.empty constructor

NotesBloc.empty()

Implementation

NotesBloc.empty() {
  note = NoteModel();
  note.colorValue = Colors.red.value;
}