fixed doc comments

This commit is contained in:
Nico
2025-06-18 15:58:01 +02:00
parent d1d5761b0a
commit 3686cfd018
9 changed files with 12 additions and 10 deletions

View File

@@ -78,7 +78,7 @@ class _AbbauDatState extends State<AbbauDat> {
}
/// Show date picker dialog and return selected date
/// @return Future<DateTime?> Selected date or null if cancelled
/// @return Future[DateTime?] Selected date or null if cancelled
Future<DateTime?> pickDate() async {
final date = await showDatePicker(
context: context,