Skip to content

NavigationBar improvements #116991

@TahaTesser

Description

@TahaTesser
  • 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 (and indicatorColor) to the widget itself.

Currently, the only way theme and defaults are available.

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.frameworkflutter/packages/flutter repository. See also f: labels.

Type

No type

Projects

Status

Done (PR merged)

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions