namespace
This commit is contained in:
@ -85,7 +85,6 @@ class _State extends State<MarkerConfigDemoPage> {
|
||||
onDragEnd: (markerId, endPosition) =>
|
||||
_onMarkerDragEnd(markerId, endPosition),
|
||||
);
|
||||
|
||||
setState(() {
|
||||
_markers[marker.id] = marker;
|
||||
});
|
||||
|
Reference in New Issue
Block a user