File tree Expand file tree Collapse file tree 4 files changed +15
-15
lines changed
Expand file tree Collapse file tree 4 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 11 ----------------
2- \# Date Picker
2+ # 9 Date Picker
33 ----------------
44
55The ` date_picker ` view provides a calendar-based UI for selecting one or
Original file line number Diff line number Diff line change 11 --------------------
2- \ # 11 Expand Panel
2+ # 11 Expand Panel
33 --------------------
44
55An expand panel is a collapsible container that can show or hide its
Original file line number Diff line number Diff line change 1- ------------------------------------------------------------------------
2-
3- \# 13 Input Date
4-
5- ------------------------------------------------------------------------
1+ --------------
2+ 13 Input Date
3+ --------------
64
75The ` input_date ` view combines an ` input ` field with a ` date_picker ` to
86create a user-friendly date entry component. It displays the selected
Original file line number Diff line number Diff line change 11 ----------------
2- \ # 14 List Box
2+ # 14 List Box
33 ----------------
44
55A list box is a view that displays a scrollable list of items, allowing
8383```
8484
8585Key fields: - ` data ` : An array of ` ListBoxOption ` structs that define
86- the items in the list. - ` selected ` : An array of strings holding the
87- ` value ` of each selected item. - ` on_select ` : The callback triggered
88- when an item is clicked. It receives an array of the currently selected
89- values. - ` multiple ` : If ` true ` , allows selecting more than one item. -
90- ` id_scroll ` : A non-zero value makes the list box scrollable if its
91- content exceeds its height. - ` subheading_style ` : A separate ` TextStyle `
92- for items that are subheadings.
86+ the items in the list.
87+ - ` selected ` : An array of strings holding the ` value ` of each selected item.
88+ - ` on_select ` : The callback triggered
89+ when an item is clicked. It receives an array of the currently selected
90+ values.
91+ - ` multiple ` : If ` true ` , allows selecting more than one item.
92+ - ` id_scroll ` : A non-zero value makes the list box scrollable if its
93+ content exceeds its height.
94+ - ` subheading_style ` : A separate ` TextStyle ` for items that are subheadings.
9395
9496## ` ListBoxOption `
9597
You can’t perform that action at this time.
0 commit comments