Skip to content

Commit 192ae01

Browse files
authored
add the doc to the constructor. (#64)
1 parent bf6edfc commit 192ae01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/src/popups/popup_view.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ part of '../../arcgis_maps_toolkit.dart';
5151
/// )
5252
/// ```
5353
class PopupView extends StatelessWidget {
54+
/// Creates a [PopupView] widget to display a [Popup] with optional `onClose` callback.
5455
const PopupView({required this.popup, this.onClose, super.key});
5556

5657
/// An optional callback function that is called when the [PopupView] is closed. By default, it closes the view.

0 commit comments

Comments
 (0)