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

SelectableText flutter Text 위젯은 화면에 글자를 그리지만 사용자가 텍스트를 복사는 할 수 없다. TextField 위젯 처럼 텍스트를 복사할 수 있는 위젯을 보자. SelectableText SelectableText(String text, { Key key, InputlessFocusNode focusNode, TextStyle style, TextAlign textAlign: TextAlign.start, TextDirection textDirection, Radius cursorRadius, Color cursorColor, DragStartBehavior dragStartBehavior: DragStartBehavior.down, bool enableInteractiveSe..
Flutter
2019. 10. 21. 11:40