文本下划线显示文本上方而不是下方的行

问题描述

enter image description here

显示给定的图像后,在对文本应用下划线装饰文本样式后,它会在文本上方显示一行,而不是在 flutter 2.2 中的下方。

 TextButton(
              onPressed: () {},child: Text(
                getLocalValue(context,txtTermsNConditions),style: TextStyle(
                    fontSize: 12.sp,fontWeight: fwMedium,color: Color(clrPrimary),decoration: TextDecoration.underline),),)

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)