drawerScrimColor property

Color? drawerScrimColor
final

The color to use for the scrim that obscures primary content while a drawer is open.

By default, the color is Colors.black54

Implementation

final Color? drawerScrimColor;