AddTaskScreen constructor
const
AddTaskScreen({
- Key? key,
- required HiveService hiveService,
- required FirestoreService firestoreService,
- required NotificationService notificationService,
Implementation
const AddTaskScreen({
super.key,
required this.hiveService,
required this.firestoreService,
required this.notificationService,
});