Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiSelectBottomSheetField runtime TypeError #199

Open
javaone199 opened this issue Dec 21, 2023 · 0 comments
Open

MultiSelectBottomSheetField runtime TypeError #199

javaone199 opened this issue Dec 21, 2023 · 0 comments

Comments

@javaone199
Copy link

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)?')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant