navigationBarColorBuilder property

(Color? Function(ThemeData?)?) navigationBarColorBuilder
final

A builder function that provides you with the new selected theme that expects you to return a color for the navigation bar.

Implementation

final Color? Function(ThemeData?)? navigationBarColorBuilder;