multi_select_flutter icon indicating copy to clipboard operation
multi_select_flutter copied to clipboard

MultiSelectBottomSheetField runtime TypeError

Open javaone199 opened this issue 2 years ago • 0 comments

MultiSelectBottomSheetField( items: [ MultiSelectItem(1, 'Foo'), MultiSelectItem(2, 'Bar'), ], listType: MultiSelectListType.CHIP, onConfirm: (values) { print('selected: $values'); }, ),

runtime error: TypeError (type '(List) => void' is not a subtype of type '((List<int?>) => void)?')

javaone199 avatar Dec 21 '23 05:12 javaone199