diff --git a/packages/flutter/lib/src/widgets/will_pop_scope.dart b/packages/flutter/lib/src/widgets/will_pop_scope.dart index 99b579081de..d2747c4a830 100644 --- a/packages/flutter/lib/src/widgets/will_pop_scope.dart +++ b/packages/flutter/lib/src/widgets/will_pop_scope.dart @@ -19,14 +19,14 @@ import 'routes.dart'; /// * [Form], which provides an `onWillPop` callback that enables the form /// to veto a `pop` initiated by the app's back button. @Deprecated( - 'Use PopScope instead. ' + 'Use PopScope instead. The Android predictive back feature will not work with WillPopScope. ' 'This feature was deprecated after v3.12.0-1.0.pre.', ) class WillPopScope extends StatefulWidget { /// Creates a widget that registers a callback to veto attempts by the user to /// dismiss the enclosing [ModalRoute]. @Deprecated( - 'Use PopScope instead. ' + 'Use PopScope instead. The Android predictive back feature will not work with WillPopScope. ' 'This feature was deprecated after v3.12.0-1.0.pre.', ) const WillPopScope({