CustomNavigationRailThemeData typedef
CustomNavigationRailThemeData = NavigationRailThemeData
A typedef alias for NavigationRailThemeData.
Use this name when you need to import both this package and
package:flutter/material.dart without hiding Flutter's
NavigationRailThemeData.
Implementation
typedef CustomNavigationRailThemeData = NavigationRailThemeData;