Skip to content

Commit

Permalink
feat: update circle to be black and have a radius of 10 (#656)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucanicoletti authored Dec 2, 2024
1 parent 830b31f commit 1fad9ef
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ internal class CircleNode(
public fun Circle(
center: LatLng,
clickable: Boolean = false,
fillColor: Color = Color.Transparent,
radius: Double = 0.0,
fillColor: Color = Color.Black,
radius: Double = 10.0,
strokeColor: Color = Color.Black,
strokePattern: List<PatternItem>? = null,
strokeWidth: Float = 10f,
Expand Down

0 comments on commit 1fad9ef

Please sign in to comment.