SdkWebView constructor
const
SdkWebView({
- Key? key,
- required String url,
- required AppTranslations tr,
- String? title,
Implementation
const SdkWebView({
super.key,
required this.url,
required this.tr,
this.title,
});