backgroundColor property

Color? backgroundColor
final

The color of the scrim (background) that fades in and out during the transition.

If not provided, defaults to current theme's ColorScheme.surface color.

Implementation

final Color? backgroundColor;