scrimColor property

Color? scrimColor
final

When null, uses ColorScheme.scrim at 45%. Pass Colors.transparent to keep tap-to-dismiss while a parent (e.g. a route Scaffold) paints the dim.

Implementation

final Color? scrimColor;