We need some way to add new tasks to out list. For that we should already have an IconButton.
The story is that after tapping on this IconButton BottomSheetDialog should appear.
For now, we do not want to create a specific form for out creating task purposes.
In this small Issue we just want to create a animated bottom sheet dialog.
Do it in app_ui package, inside dialogs folder (probably you should create one)
The BttomSheetDialog should accept only one parameter - child (widget).
And should have the static method - show(BuildContect context, Widget child)
remember to use named parameters.
We need some way to add new tasks to out list. For that we should already have an IconButton. The story is that after tapping on this IconButton BottomSheetDialog should appear. For now, we do not want to create a specific form for out creating task purposes. In this small Issue we just want to create a animated bottom sheet dialog. Do it in app_ui package, inside dialogs folder (probably you should create one) The BttomSheetDialog should accept only one parameter - child (widget).
And should have the static method - show(BuildContect context, Widget child) remember to use named parameters.