Why label is throwing Invalid constant value? #53
Closed
subhendukundu
started this conversation in
General
Replies: 1 comment 3 replies
-
Remove the const keyword before InputDecoration. If label isn't const, can't use const for widget |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a dynamic form which throwing error on label, not sure why and how to fix it.
Beta Was this translation helpful? Give feedback.
All reactions