backgroundColor property
Color
get
backgroundColor
Shortcut to access scaffold background color from theme.
Implementation
Color get backgroundColor => theme.scaffoldBackgroundColor;
Shortcut to access scaffold background color from theme.
Color get backgroundColor => theme.scaffoldBackgroundColor;