[문제]
maxLength 를 지정하니 크기가 커진 TextField에 글씨가 가운대로 배치가 되었다.
textAlign을 start 도 줘보고 했지만 결과는 바뀌지 않았다.
[해결]
textAlignVertical 속성을 TextAlignVertical.top 로 지정해 주었더니 해결 되었다.
textAlignVertical: TextAlignVertical.top,
'Flutter' 카테고리의 다른 글
Flutter GestureDetector Swipe 구현하기 (0) | 2024.03.04 |
---|---|
Unsupported operation: Trying to use the default webview implementation for TargetPlatform.windows but there isn't a default one (0) | 2024.02.28 |
Table Class 의 Cell 각각의 너비 및 높이 지정하기 (0) | 2024.02.26 |
Flutter 뉴스 API 연동하기(4) - 뉴스디테일 페이지 (0) | 2024.02.23 |
Flutter 뉴스 API 연동하기(3) - 화면에 그리기 (0) | 2024.02.01 |