fixed doc comments
This commit is contained in:
@@ -63,7 +63,7 @@ class _KontDatState extends State<KontDat> {
|
||||
}
|
||||
|
||||
/// 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,
|
||||
|
||||
Reference in New Issue
Block a user