본문 바로가기
⌨️flutter

Flutter baseline

by 덩크냥 2025. 3. 9.

텍스트도 위젯이다.

 

기본으로 좌상단에 위치한다.

 

베이스라인 위젯

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  결국엔 하드코딩된 오차값으로 조정하는것이다.

 

이러한 케이스도 활용할수있다는점