Skip to content

Commit 9a80e2d

Browse files
author
Victor Ohashi
committed
chore: Deprecated isParentAlive
1 parent 45705d9 commit 9a80e2d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/src/popover.dart

+5
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@ Future<T?> showPopover<T extends Object?>({
9292
double? width,
9393
double? height,
9494
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,
95100
BoxConstraints? constraints,
96101
RouteSettings? routeSettings,
97102
String? barrierLabel,

0 commit comments

Comments
 (0)