backgroundColor property

  1. @Deprecated('Use colorScheme.background instead. ' 'This feature was deprecated after v3.3.0-0.5.pre.')
Color backgroundColor

Obsolete property that was unused by the framework. Use ColorScheme.background instead.

Implementation

@Deprecated(
  'Use colorScheme.background instead. '
  'This feature was deprecated after v3.3.0-0.5.pre.',
)
Color get backgroundColor => _backgroundColor!;