-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Closed
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Description
- Recently fixed ink ripple is off by 2 pixels. I found it when inspecting closely when adding indicator color and indicator shape properties.
- It was discussed to add
indicatorShape
(andindicatorColor
) to the widget itself.
Currently, the only way theme and defaults are available.
flutter/packages/flutter/lib/src/material/navigation_bar.dart
Lines 338 to 339 in 15af817
color: navigationBarTheme.indicatorColor ?? defaults.indicatorColor!, | |
shape: navigationBarTheme.indicatorShape ?? defaults.indicatorShape! |
- Add an official example for label behaviors for easier testing. (similar to the one I added for NavigationRail)
Metadata
Metadata
Assignees
Labels
f: material designflutter/packages/flutter/material repository.flutter/packages/flutter/material repository.frameworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.
Type
Projects
Status
Done (PR merged)