AbhishekDoshi26 / AbhishekDoshi26/parent-child-checkbox
Giving a key for identification when using multiple ParentChildCheckbox
- Ngôn ngữ chính
- Dart
- Star
- 9
- Fork
- 6
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi, Abhishek Sir,
I am very inspired by you for all your contributions in Flutter. I am also a Flutter Enthusiast.
This issue is that each ParentChildCheckBox should have a key for its identification. Like instead of passing the selected children as a list we can pass the key to get a reference to the particular ParentChildCheckBox.
ParentChildCheckBox(
key:'1',
) ,
ParentChildCheckBox(
key:'2',
).
Something like ParentChildCheckBox.key('1') to refer to the first ParentChildCheckbox().
I hope you understood. Correct me if I am wrong anywhere.
Thank you.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.