scrimColor property

Color? scrimColor
final

The color to use for the scrim that obscures the underlying 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? scrimColor;