simplewidgets / countries_world_map

This Flutter package draws a customizable World Map on a canvas. It is possible to give each country its own color.
MIT License
31 stars 19 forks source link

How to add borders between countries? #27

Closed fof-fa closed 6 months ago

fof-fa commented 6 months ago

Like this: screenshot

LauDijksterhuis commented 6 months ago

Hi @fof-fa

Just add this line to the SimpleMap widget countryBorder: CountryBorder(color: Colors.white, width: 1),