[flutter] Text위젯의 글자 height의 중앙에 위치하도록하기(TextLeadingDistribution)

박망키·2022년 10월 18일
0

Flutter 야금야금 먹기

목록 보기
78/97

기존코드

Text('text',style:TextStyle(height:1.2))

미묘하게 글자가 아래로 내려와있다.

추가한 코드

Text('text',style:TextStyle(height:1.2,leadingDistribution: TextLeadingDistribution.even,))

편- 안

++글자뒷배경색은
TextStyle(background: Paint()..color = Colors.orange)

profile
무럭무럭 자라는 망키

0개의 댓글