You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -14,18 +14,18 @@
14
14
-`pickTime(is24HourView: bool)`: Displays a time picker dialog. Emits the `onTimePicked` signal when a time is selected.
15
15
- is24HourView: If `true`, the time picker will display in 24-hour format. If `false`, it will display in 12-hour format.
16
16
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.
18
18
- is24HourView: If `true`, the time picker will display in 24-hour format. If `false`, it will display in 12-hour format.
0 commit comments