scaffoldBackgroundColor property

Color scaffoldBackgroundColor

The default color of the Material that underlies the Scaffold. The background color for a typical material app or a page within the app.

Implementation

Color get scaffoldBackgroundColor => theme.scaffoldBackgroundColor;