menu
pulsar_web package
documentation
engine/morphic/void_elements.dart
Polyline
points method
points method
dark_mode
light_mode
points
method
Polyline
points
(
String
value
)
Implementation
Polyline points(String value) { attr('points', StringAttribute(value)); return this; }
pulsar_web package
documentation
engine/morphic/void_elements
Polyline
points method
Polyline class