반응형
overflow: TextOverflow.ellipsis,
SizedBox(
width: 100.0,
child: Padding(
padding: EdgeInsets.all(8.0),
child: Text(
'123456789123456789123456789123456789123456789123456789',
overflow: TextOverflow.ellipsis,
),
),
),
반응형
'Flutter > code' 카테고리의 다른 글
[플러터] Flutter Getx 페이지 전환 및 데이터 전달 (0) | 2021.10.11 |
---|---|
[플러터] Flutter GridView 사이 간격 (0) | 2021.10.10 |
[플러터] Flutter Rounded Corners Image 이미지 둥근 모서리 (0) | 2021.10.09 |
[플러터] Flutter TextField icon, 테두리 적용 (0) | 2021.10.07 |
댓글