locale property

Locale? locale
final

Locale of the AddToGoogleWalletButton.

In case this field is null, current locale of the device will be used. In case locale is not supported, Locale('en', 'US') will be set as default.

Supported locales: ar, az, bg, br, bs, by, ca, cz, de, dk, en_AU, en_CA, en_GB, en_IN, en_SG, en_US, en_ZA, es419, es_ES, es_US, et, fl, fp, fr_CA, fr_FR, gr, he, hr, hu, hy, id, is, it, jp, ka, kk, ky, lt, lv, mk, my, nl, no, pl, pt, ro, ru, se, sk, sl, sq, sr, th, tr, uk, uz, vi, zh_HK, zh_TW

Implementation

final Locale? locale;