NavigationRailThemeModifier constructor
const
NavigationRailThemeModifier({
- Key? key,
- Widget? child,
- Key? modifierKey,
- required NavigationRailThemeData data,
Creates a navigation rail theme that controls the NavigationRailThemeData properties for a NavigationRail.
The data argument must not be null.
Implementation
const NavigationRailThemeModifier({
super.key,
super.child,
super.modifierKey,
required this.data,
});