-
Notifications
You must be signed in to change notification settings - Fork 16
SideNavigationBarItem items are faded #23
Comments
Hey @Deishelon When the bar is expanded the items you see are pretty much just simple I have to check if this is caused by using the Will let you know as soon as I take a look at it if:
Thank you again! |
Ok @Deishelon When the value is null, the tileColor is set to ListTileTheme.tileColor if it's not null and to Colors.transparent if it's null. So I believe I somehow broke the existing item background color if the user does not provide one by itself (Default case is tileColor = null) I believe this could be dealt with by replacing the In the meantime you can experiment with the |
Thank you for quick response & your investigations! I will wait for the new release & meanwhile check out your suggestion |
Thanks for the pointers, I think I found a way to make the side bar look less 'faded' Apparently it all came down to playing with Here is the result with (brightness=light):
or:
I'd say after looking at this, my suggestion would be maybe in
(I personally prefer the gray for unselected in both light & dark) |
Hi, I experienced the same issue. So I created a custom widget.
|
Dev environment:
Lib version:
side_navigation: ^1.0.4
Project: Created a sample flutter project for Web and Linux, added the side bar, and the
items
(akaSideNavigationBarItem
) are faded.Code:
Result (Web):
Result (Linux):
Any idea why items have a bit of a fade? Anything that I'm missing in the config?
The text was updated successfully, but these errors were encountered: