drawerScrimColor property
final
The color to use for the scrim that obscures primary content while a drawer is open.
If this is null, then DrawerThemeData.scrimColor is used. If that is also null, then it defaults to Colors.black54.
Implementation
final Color? drawerScrimColor;