Enhanced signature step and adjusted note bloc
This commit is contained in:
@ -65,4 +65,11 @@ class ImageUpdated extends NoteEvent {
|
||||
final List<ImageNote> images;
|
||||
|
||||
ImageUpdated({required this.images});
|
||||
}
|
||||
|
||||
class DataUpdated extends NoteEvent {
|
||||
final List<ImageNote> images;
|
||||
final List<Note> notes;
|
||||
|
||||
DataUpdated({required this.images, required this.notes});
|
||||
}
|
||||
Reference in New Issue
Block a user