Widgets

PolylineMarker

PolylineMarker

PolylineMarker control. Build it with the polyline_marker helper.

Example

polyline_marker(
  color: :blue_600
)

Properties

  • border_color — Border color.
  • border_stroke_width — Border stroke width.
  • color — Foreground color.
  • colors_stop — Sets the colors stop property.
  • coordinates — Sets the coordinates property.
  • gradient_colors — Sets the gradient colors property.
  • stroke_cap — Sets the stroke cap property.
  • stroke_join — Sets the stroke join property.
  • stroke_pattern — Sets the stroke pattern property.
  • stroke_width — Stroke width.
  • use_stroke_width_in_meter — Sets the use stroke width 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: polylinemarker
  • Helpers: polyline_marker, polylinemarker