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

table config 的 bodyStyle 无效,headerStyle 设置影响了 body 的样式,我看了代码,是body也用了head的配置导致。 #191

Open
zhouzhuo810 opened this issue Sep 28, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@zhouzhuo810
Copy link

Describe the bug
table config 的 bodyStyle 无效,headerStyle 设置影响了 body 的样式,我看了代码,是body也用了head的配置导致。

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment(please complete the following information):
Please use flutter doctor -v to show your flutter environment, and add your markdown_widget version too

Platform
MacOS

Source data

        TableConfig(
          wrapper: (child) {
            return Scrollbar(
              controller: scrollController,
              child: SingleChildScrollView(
                controller: scrollController,
                scrollDirection: Axis.horizontal,
                child: child,
              ),
            );
          },
          headerStyle: const TextStyle(fontWeight: FontWeight.bold),
          bodyStyle: const TextStyle(fontWeight: FontWeight.normal, color: Colors.red),
        )
@zhouzhuo810 zhouzhuo810 added the bug Something isn't working label Sep 28, 2024
@zhouzhuo810
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant