showOverlay property
- @Deprecated('showOverlay is deprecated and will be removed. Overlay behavior is now built-in.')
final
Implementation
@Deprecated(
'showOverlay is deprecated and will be removed. Overlay behavior is now built-in.',
)
final Future<void> Function(BuildContext context, Widget dialogContent)?
showOverlay;