TextFormField(
textInputAction: TextInputAction.search,
onFieldSubmitted: (value) {
}
onChanged: (value) {
}
)
onFielddSubmitted 이벤트를 사용할 것
'App > Flutter' 카테고리의 다른 글
[ FLUTTER ] 오늘 날짜 (0) | 2021.09.08 |
---|---|
[ FLUTTER ] TextInput Controller 에러 (0) | 2021.09.08 |
[ FLUTTER ] 앱 번들 빌드 (0) | 2021.08.28 |
[ FLUTTER ] Another exception was thrown: Incorrect use of ParentDataWidget. (0) | 2021.08.22 |
[ FLUTTER ] GetX Transition (0) | 2021.08.19 |