다음 버튼 : 다음 텍스트 필드로 포커스 이동 TextField( maxLength: 10, textInputAction: TextInputAction.next, )
TextField( maxLength: 10, textInputAction: TextInputAction.next, )
완료 버튼 : 키보드가 자동으로 내려가며 포커스 해제 TextField( maxLength: 10, textInputAction: TextInputAction.done, )
TextField( maxLength: 10, textInputAction: TextInputAction.done, )