theme property

NavigationThemeData? theme
final

Theme applied to navigation-presented UI (dialogs, bottom sheets).

When null, pages fall back to a NavigationTheme ancestor in the widget tree, or the Material defaults if none is present.

Implementation

final NavigationThemeData? theme;