namespace

This commit is contained in:
2024-11-19 17:23:45 +08:00
parent 0a6e9c7119
commit 8dac5bc3b1
4 changed files with 53 additions and 50 deletions

View File

@ -85,7 +85,6 @@ class _State extends State<MarkerConfigDemoPage> {
onDragEnd: (markerId, endPosition) =>
_onMarkerDragEnd(markerId, endPosition),
);
setState(() {
_markers[marker.id] = marker;
});