backgroundColor property

Color? backgroundColor
final

The color to use for the background. Typically this should be set along with brightness.

If this property is null, then ThemeData.primaryColor is used.

Implementation

final Color? backgroundColor;