backgroundColor property

Color? backgroundColor
final

The color of the surface of the card used to display a help screen. If null, the card color of the inherited ThemeData.colorScheme will be used

Implementation

final Color? backgroundColor;