scaffoldBackground property

Color? scaffoldBackground
final

The color of the Scaffold background.

The color is applied to ThemeData.scaffoldBackgroundColor.

This color cannot be controlled separately with Flutter's standard ColorScheme only based themes. FlexColorScheme brings back the possibility to specify it directly when using color scheme based themes.

If no color is given, it defaults to background.

Implementation

final Color? scaffoldBackground;