Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文字下有两条黄色横线,这个怎么处理? #10

Closed
87648714 opened this issue Mar 25, 2020 · 3 comments
Closed

文字下有两条黄色横线,这个怎么处理? #10

87648714 opened this issue Mar 25, 2020 · 3 comments

Comments

@87648714
Copy link

No description provided.

@87648714
Copy link
Author

TextStyle的decoration: TextDecoration.none,
不想改源码,可以怎么处理?

@nslogx
Copy link
Owner

nslogx commented Mar 25, 2020

@87648714 可以提供下截图吗

@HLQ-Struggle
Copy link

Hi,@huangjianke ,新人小白来报道啦~ 我现在是直接 show 了,😂

EasyLoading.show();

补充下效果截图,而且发现这个字貌似也被加粗了。

image

当前使用版本:

flutter_easyloading: ^1.1.4

附上实际使用代码:

class LoginPage extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    mContext = context;
    return new FlutterEasyLoading(
        child: MaterialApp(
      home: _LoginPage(),
    ));
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants