CustomNavigationBarTheme typedef

CustomNavigationBarTheme = NavigationBarTheme

A typedef alias for NavigationBarTheme.

Use this name when you need to import both this package and package:flutter/material.dart without hiding Flutter's NavigationBarTheme.

Implementation

typedef CustomNavigationBarTheme = NavigationBarTheme;