Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | |
7 | 8 | 9 | 10 | 11 | 12 | 13 |
14 | 15 | 16 | 17 | 18 | 19 | 20 |
21 | 22 | 23 | 24 | 25 | 26 | 27 |
28 | 29 | 30 |
Tags
- import
- map
- Collection
- Class
- 파이썬
- textstyle
- ML
- crawler
- python
- pushnamed
- 클래스
- texttheme
- animation
- Flutter
- 함수
- variable
- set
- 웹크롤러
- DART
- 다트
- Android
- text
- kotlin
- package
- function
- 콜렉션
- 플러터
- 크롤러
- 코틀린
- List
Archives
- Today
- Total
목록TextField (1)
조용한 담장

Flutter 의 텍스트 입력을 받는 위젯이다. TextField class TextField({Key key, TextEditingController controller, FocusNode focusNode, InputDecoration decoration: const InputDecoration(), ... }) A text field lets the user enter text, either with hardware keyboard or with an onscreen keyboard. Material Design 의 사용자의 텍스트 입력을 받을 수 있는 위젯이다. Plain TextField 아래 줄만 그려지고 그 위에 문자 입력이 가능하다. onChanged() 를 통해 사용자의 입력 값을 얻는다..
Flutter
2019. 9. 6. 10:42