텍스트도 위젯이다.
기본으로 좌상단에 위치한다.
베이스라인 위젯
Baseline class
A widget that positions its child according to the child's baseline.
This widget shifts the child down such that the child's baseline (or the bottom of the child, if the child has no baseline) is baseline logical pixels below the top of this box, then sizes this box to contain the child. If baseline is less than the distance from the top of the child to the baseline of the child, then the child is top-aligned instead.
여기 baselineType에는 두가지가 있다.
flutter belgium에서는
폰트마다 가지는 각각의 마진값이 다르다.
근데
https://www.youtube.com/watch?v=kbZFHFV8taY&t=9627s
1:07~1:13 결국엔 하드코딩된 오차값으로 조정하는것이다.
이러한 케이스도 활용할수있다는점
'⌨️flutter' 카테고리의 다른 글
Roman Ismagilov 공부회. flutter tap effect native인척하기. 자연스러운 버튼! (0) | 2025.03.10 |
---|---|
flutter apk 추출시 resource android:attr/lStar not found 에러. (1) | 2024.12.09 |
플러터 onpressed vs onTap 차이 (0) | 2024.11.27 |
flutter OOP(객체지향 프로그래밍) (3) | 2024.09.05 |
flutter ios 빌드 Framework 'CoreAudioTypes' not foundLinker command failed with exit code 1 (use -v to see invocation) (0) | 2024.09.02 |