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

There is a line at the bottom #16

Open
aipame opened this issue Oct 22, 2024 · 1 comment
Open

There is a line at the bottom #16

aipame opened this issue Oct 22, 2024 · 1 comment

Comments

@aipame
Copy link

aipame commented Oct 22, 2024

Flutter version: 3.22.3
iOS version: 16.6.1
flutter_floating_bottom_bar: ^1.2.1+1

IMG_7FC1D60BEE3D-1

@sitatec
Copy link

sitatec commented Nov 15, 2024

I suppose that you are using a TabBar? You can hide the line like this:

TabBar(
      dividerColor: Colors.transparent, # THIS WILL HIDE THE LINE
     ...
)

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

2 participants