backgroundColor property
final
The background color of the Material that holds the NavigationDrawer's contents.
If this is null, then NavigationDrawerThemeData.backgroundColor is used. If that is also null, then it falls back to ColorScheme.surfaceContainerLow.
Implementation
final Color? backgroundColor;