style property

PathOptions Function(dynamic geoJsonFeature) style

A Function defining the Path options for styling GeoJSON lines and polygons, called internally when data is added. The default value is to not override any defaults.

Implementation

external PathOptions Function(dynamic geoJsonFeature) get style;
void style=(PathOptions value(dynamic geoJsonFeature))

Implementation

external set style(PathOptions Function(dynamic geoJsonFeature) value);