background property
- @Deprecated('Use surface instead. ' 'This feature was deprecated after v3.18.0-0.1.pre.')
A color that typically appears behind scrollable content.
Implementation
@Deprecated(
'Use surface instead. '
'This feature was deprecated after v3.18.0-0.1.pre.'
)
Color get background => _background ?? surface;