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

a 1dp space line after of tab #1

Closed
TomVista opened this issue Aug 14, 2020 · 1 comment
Closed

a 1dp space line after of tab #1

TomVista opened this issue Aug 14, 2020 · 1 comment

Comments

@TomVista
Copy link

image

column(
childen:[
TabBar(
        controller: tabController,
        indicatorWeight: 0,
        indicatorPadding: EdgeInsets.all(0),
        indicator: RectangularIndicator(color: Color(0xff486F8D)),
        tabs: [TimeAndLocationTabBarItem(), TimeAndLocationTabBarItem(), TimeAndLocationTabBarItem()]),
Container(
              padding: EdgeInsets.all(0),
              margin: EdgeInsets.all(0),
              width: 200,
              height: 200,
              color: Color(0xff486F8D),
              child: TabBarView(
                controller: tabController,
                children: [
                  Container(
                    width: 10,
                    height: 10,
                  ), Container(
                    width: 10,
                    height: 10,
                  ),
                  Container(
                    width: 10,
                    height: 10,
                  )
                ],
              ),
            )
]
)
@TomVista
Copy link
Author

not the tab error, i change the android emulator, the line missing 🐶

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

1 participant