backgroundColor property
Color
get
backgroundColor
Returns the background color from the color scheme of the theme data.
Implementation
Color get backgroundColor => themeData.colorScheme.surface;
Returns the background color from the color scheme of the theme data.
Color get backgroundColor => themeData.colorScheme.surface;