CustomNavigationRailTheme typedef

CustomNavigationRailTheme = NavigationRailTheme

A typedef alias for NavigationRailTheme.

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

Implementation

typedef CustomNavigationRailTheme = NavigationRailTheme;