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