반응형
RichText(
text: TextSpan(
text: '개인정보를 제공 받는 자: ',
style: TextStyle(
color: Color(0XFF666666),
fontSize: 12,
fontWeight: FontWeight.normal,
height: 1.2,
),
children: [
TextSpan(
text: '(주)조이월드\n',
style: TextStyle(
color: Colors.black,
fontSize: 12,
fontWeight: FontWeight.w500,
),
),
TextSpan(
text: '개인정보 이용 목적: ',
),
TextSpan(
text: '보너스 이벤트 참여 확인 및 중복\n경품 제공 방지, 이벤트 추천 및 고객 문의 응대',
style: TextStyle(
color: Colors.black,
fontSize: 12,
fontWeight: FontWeight.w500,
),
),
]
),
),
반응형
'# 02 > Flutter' 카테고리의 다른 글
[Flutter] scroll physics no bounce no scroll (0) | 2022.04.21 |
---|---|
[Flutter] in app messaging (0) | 2022.03.11 |
[Flutter] GetX - Simple, Reactive 방식 비교 (0) | 2022.02.18 |
[Flutter] 라이브러리 정리! (0) | 2022.02.17 |
[Flutter] GetX middleware (0) | 2022.02.16 |