WideNavigationRailColors
Parameters
the color used for the background of a non-modal wide navigation rail. Use Color.Transparent to have no color
the preferred color for content inside a wide navigation rail. Defaults to either the matching content color for containerColor, or to the current LocalContentColor if containerColor is not a color from the theme
the color used for the background of a modal wide navigation rail. Use Color.Transparent to have no color
the color used for the scrim overlay for background content of a modal wide navigation rail
the preferred color for content inside a modal wide navigation rail. Defaults to either the matching content color for modalContainerColor, or to the current LocalContentColor
Deprecated
Deprecated in favor of constructor with modalContentColor parameter
Replace with
WideNavigationRailColors(containerColor, contentColor, modalContainerColor, modalScrimColor, modalContentColor)