CustomNavigationBarThemeData typedef

CustomNavigationBarThemeData = NavigationBarThemeData

A typedef alias for NavigationBarThemeData.

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

Implementation

typedef CustomNavigationBarThemeData = NavigationBarThemeData;