We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6edfc commit 192ae01Copy full SHA for 192ae01
lib/src/popups/popup_view.dart
@@ -51,6 +51,7 @@ part of '../../arcgis_maps_toolkit.dart';
51
/// )
52
/// ```
53
class PopupView extends StatelessWidget {
54
+ /// Creates a [PopupView] widget to display a [Popup] with optional `onClose` callback.
55
const PopupView({required this.popup, this.onClose, super.key});
56
57
/// An optional callback function that is called when the [PopupView] is closed. By default, it closes the view.
0 commit comments