backgroundColor property

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

Implementation

@Deprecated(
  'Use surface instead. '
  'This feature was deprecated after v3.18.0-0.1.pre.',
)
Color get backgroundColor => colorScheme.background;