in tasks feature (I don't know if you named it tasks or home, but for now you have only one feature)
create folder dialogs
create AddTaskDialog inside
use BottomSheetDialog there
AddTaskDialog should have the text input and the button to submit it.
AddTaskDialog.show() should take onSubmit(String taskDescription) as a parameter.
remember to store input styling in the AppTheme instead of this file.
in tasks feature (I don't know if you named it tasks or home, but for now you have only one feature) create folder dialogs create AddTaskDialog inside use BottomSheetDialog there
AddTaskDialog should have the text input and the button to submit it. AddTaskDialog.show() should take onSubmit(String taskDescription) as a parameter.
remember to store input styling in the AppTheme instead of this file.
Let me know if you need any help