surfaceTintColor property Null safety
final
The surface tint of the Material that holds the NavigationDrawer's contents.
If this is null, then NavigationDrawerThemeData.surfaceTintColor is used. If that is also null, then it falls back to Material.surfaceTintColor's default.
Implementation
final Color? surfaceTintColor;