[Flutter] RichText
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: Text..