background property

  1. @Deprecated('Use surface instead. ' 'This feature was deprecated after v3.18.0-0.1.pre.')
Color background

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;