backwardsCompatibility property Null safety

  1. @Deprecated('This property is obsolete and is false by default. ' 'This feature was deprecated after v2.4.0-0.0.pre.')
bool? backwardsCompatibility
final

Overrides the default value of AppBar.backwardsCompatibility property in all descendant AppBar widgets.

Implementation

@Deprecated(
  'This property is obsolete and is false by default. '
  'This feature was deprecated after v2.4.0-0.0.pre.',
)
final bool? backwardsCompatibility;