We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a80e2d commit 1f54c8bCopy full SHA for 1f54c8b
lib/src/popover.dart
@@ -94,7 +94,7 @@ Future<T?> showPopover<T extends Object?>({
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.',
+ 'This feature was deprecated after 0.3.0.',
98
)
99
bool Function()? isParentAlive,
100
BoxConstraints? constraints,
0 commit comments