scaffoldBackgroundColor property

Color get scaffoldBackgroundColor

Returns the scaffold background color from the theme data.

Implementation

Color get scaffoldBackgroundColor => themeData.scaffoldBackgroundColor;