Skip to content

Commit 20e2c86

Browse files
committed
change alpha level in cluster marker
1 parent f75a65f commit 20e2c86

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/page/screen/case_details_map_screen.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ class _CaseListMapDetailScreenState extends State<CaseListMapDetailScreen> {
8282
}
8383
return Marker(
8484
icon: marker.icon,
85+
alpha: 0.8,
8586
markerId: marker.markerId,
8687
position: marker.position,
8788
onTap: () {

0 commit comments

Comments
 (0)