backgroundColor property Null safety
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.surface.
Implementation
final Color? backgroundColor;