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