Widgets

CircleMarker

CircleMarker

CircleMarker control. Build it with the circle_marker helper.

Example

circle_marker(
  color: :blue_600
)

Properties

  • border_color — Border color.
  • border_stroke_width — Border stroke width.
  • color — Foreground color.
  • coordinates — Sets the coordinates property.
  • radius — Sets the radius property.
  • use_radius_in_meter — Sets the use radius in meter property.

Common layout and animation properties

  • data — Arbitrary value you can attach to the control and read back in handlers.
  • key — Stable identity used to preserve state across rebuilds.

Reference

  • Family: materials
  • Widget type: circlemarker
  • Helpers: circle_marker, circlemarker