dialogBackgroundColor property

  1. @Deprecated('Use DialogThemeData.backgroundColor instead. ' 'This feature was deprecated after v3.27.0-0.1.pre.')
Color dialogBackgroundColor
final

The background color of Dialog elements.

Implementation

@Deprecated(
  'Use DialogThemeData.backgroundColor instead. '
  'This feature was deprecated after v3.27.0-0.1.pre.',
)
final Color dialogBackgroundColor;