Skip to content

Commit

Permalink
change alpha level in cluster marker
Browse files Browse the repository at this point in the history
  • Loading branch information
dewmal committed Apr 25, 2020
1 parent f75a65f commit 20e2c86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/page/screen/case_details_map_screen.dart
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class _CaseListMapDetailScreenState extends State<CaseListMapDetailScreen> {
}
return Marker(
icon: marker.icon,
alpha: 0.8,
markerId: marker.markerId,
position: marker.position,
onTap: () {
Expand Down

0 comments on commit 20e2c86

Please sign in to comment.