Getting input value #421
Unanswered
neoacevedo
asked this question in
Q&A
Replies: 1 comment
-
|
The The type depends on the kind of input: So e.g. input(type: InputType.checkbox, onInput: (checked) {
assert(checked is bool?);
}); |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
A simple question: How do I get the value of an input in the onInput event?
Beta Was this translation helpful? Give feedback.
All reactions