locale property

Locale? locale
final

Choose the locale to define the widget's language

Until now the WemapMap widget supports two languages; french (fr) and english (en). By default, locale takes the default language of the device.

Implementation

final Locale? locale;