-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed as not planned
Labels
r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
Description
Steps to Reproduce
- Execute
flutter runon the code sample. - Change elevation property of NavigationBar to any value.
Expected results: Different coloring, or shadows.
Actual results: No effect whatsoever.
Code sample
Reference for @rydmike mentioning his concern on the original PR with this, it might be related to this issue:
#83047 (comment)
Side Note/Suggestion:
I think having no shadow is intentional as per material 3 spec, but the surfaceTint color should get applied to the underlying Material widget based on set elevation, and it should not be fixed to "3", we should have an additional property called surfaceTintColor as in Card widget, and it should be themable too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
r: duplicateIssue is closed as a duplicate of an existing issueIssue is closed as a duplicate of an existing issue
