TonConnectUiProvider constructor
TonConnectUiProvider({})
Implementation
TonConnectUiProvider({
super.key,
required this.child,
required this.manifestUrl,
this.lazy,
this.locale,
this.themeMode = ThemeMode.light,
}) : assert(locale == null || supportedLocales.contains(locale));