Skip to content

Commit c541a88

Browse files
Update README.md
1 parent 5ab256b commit c541a88

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
- `pickTime(is24HourView: bool)`: Displays a time picker dialog. Emits the `onTimePicked` signal when a time is selected.
1515
- is24HourView: If `true`, the time picker will display in 24-hour format. If `false`, it will display in 12-hour format.
1616

17-
- `pickDateTime(is24HourView)`: Displays both date and time picker dialogs in sequence. Emits the `onDateTimePicked` signal when both are selected.
17+
- `pickDateTime(is24HourView: bool)`: Displays both date and time picker dialogs in sequence. Emits the `onDateTimePicked` signal when both are selected.
1818
- is24HourView: If `true`, the time picker will display in 24-hour format. If `false`, it will display in 12-hour format.
1919

2020
## Signals
21-
- `onDatePicked(Dictionary date)`
21+
- `onDatePicked(date: Dictionary)`
2222
- day: Selected day
2323
- month: Selected month (1–12)
2424
- year: Selected year
25-
- `onTimePicked(Dictionary time)`
25+
- `onTimePicked(time: Dictionary)`
2626
- hour: Selected hour (0–23)
2727
- minute: Selected minute (0–59)
28-
- `onDateTimePicked(Dictionary dateTime)`
28+
- `onDateTimePicked(deteTime: Dictionary)`
2929
- day: Selected day
3030
- month: Selected month (1–12)
3131
- year: Selected year

0 commit comments

Comments
 (0)