Text()控件TextStyle相关属性设置
child: Text(
'li jia xiong page first fa2这里是导航栏标题1这里是导航栏标题1这里是导航栏标题1这里是导航栏标题1这里是导航栏标题1这里是导航栏标题1',
maxLines: 3,
textAlign: TextAlign.center,
style: TextStyle(
fontSize: 26.0,
color: Color.fromARGB(155, 155, 154, 150),
decoration: TextDecoration.underline,
decorationStyle: TextDecorationStyle.solid,
decorationColor : Color.fromARGB(220,196,111,110),
fontStyle: FontStyle.italic,
fontWeight: FontWeight.bold,
letterSpacing: 1,
wordSpacing: 1,
),
),