We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04c9bb4 commit 514abdbCopy full SHA for 514abdb
sdk/python/packages/flet-core/src/flet_core/time_picker.py
@@ -4,7 +4,6 @@
4
5
from flet_core.control import Control, OptionalNumber
6
from flet_core.ref import Ref
7
-
8
from flet_core.types import ResponsiveNumber
9
10
@@ -21,7 +20,7 @@ class TimePicker(Control):
21
20
22
It is added to [`page.overlay`](page#overlay) and called using its `pick_time()` method.
23
24
- Depending on the `time_picker_mode`, it will show either a Dial or an Input (hour and minute text fields) for picking a time.
+ Depending on the `time_picker_entry_mode`, it will show either a Dial or an Input (hour and minute text fields) for picking a time.
25
26
Example:
27
```
0 commit comments