We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45705d9 commit 9a80e2dCopy full SHA for 9a80e2d
lib/src/popover.dart
@@ -92,6 +92,11 @@ Future<T?> showPopover<T extends Object?>({
92
double? width,
93
double? height,
94
VoidCallback? onPop,
95
+ @Deprecated(
96
+ 'No longer used, please remove any reference to it.\n'
97
+ 'This feature was deprecated after 0.2.7.',
98
+ )
99
+ bool Function()? isParentAlive,
100
BoxConstraints? constraints,
101
RouteSettings? routeSettings,
102
String? barrierLabel,
0 commit comments