backwardsCompatibility property Null safety

bool? backwardsCompatibility
Deprecated('This property is obsolete and is false by default. ' 'This feature was deprecated after v2.4.0-0.0.pre.')">@Deprecated('This property is obsolete and is false by default. ' 'This feature was deprecated after v2.4.0-0.0.pre.')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;