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