RichText(
textAlign:TextAlign.center,
text:TextSpan(
children:[
TextSpan(
text:'Create an Account to Continue \n \n',
style:TextStyle(
fontSize:17.0,
fontWeight:FontWeight.bold,
color:Colors.black,
),
),
TextSpan(
text:'By continuing You Agreed to Our ',
style:TextStyle(
fontSize:17.0,
color:Colors.black45,
),
),
TextSpan(
text:'terms of services',
style:TextStyle(
fontSize:17.0,
color:Colors.blue,
),
),
TextSpan(
text:'.',
style:TextStyle(
color:Colors.black,
),
),
],),
),
问问题
370 次