App/Flutter
[ FLUTTER ] TextInput Controller 에러
HEON.D
2021. 9. 8. 02:44
증상
'initialValue == null || controller == null': is not true.
원인
initialValue 와 controller 는 동시에 사용할 수 없음
관련링크
Flutter - 'initialValue == null || controller == null': is not true. error
I'm trying to set an initial value for the text field. But I Can't set the initial value in text form field. I'm getting this error 'initialValue == null || controller == null': is not true . cod...
stackoverflow.com