scaffoldBackground property

Color? scaffoldBackground
final

The color of the scaffold background.

This color cannot be controlled separately with Flutter's standard ColorScheme. FlexColorScheme brings back the possibility to specify it separately.

If no color is given, it defaults to background.

Implementation

final Color? scaffoldBackground;