toNavigationRailTheme method
Convert ZeroNavigationRailStyle to theme data navigation rail material NavigationRailThemeData
Implementation
NavigationRailThemeData toNavigationRailTheme() => NavigationRailThemeData(
backgroundColor: backgroundColor,
labelType: NavigationRailLabelType.all,
elevation: 0,
minWidth: width,
useIndicator: true,
indicatorColor: indicatorColor,
selectedLabelTextStyle: activeLabelStyle,
unselectedLabelTextStyle: labelStyle,
);