scrimColor property
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;
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.
final Color? scrimColor;