backgroundColor property

Color? backgroundColor
final

The background color of the scaffold. If null, ThemeData.scaffoldBackgroundColor is used

Implementation

final Color? backgroundColor;