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 | 31 |
Tags
- 파이썬
- variable
- function
- set
- ML
- python
- Class
- 다트
- List
- pushnamed
- 웹크롤러
- package
- import
- text
- Collection
- animation
- kotlin
- crawler
- DART
- 크롤러
- texttheme
- Flutter
- 코틀린
- 함수
- Android
- 플러터
- map
- 콜렉션
- 클래스
- textstyle
Archives
- Today
- Total
목록Decoration (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