web
This commit is contained in:
@@ -44,11 +44,7 @@ class _WebViewScreenState extends State<WebViewScreen> {
|
|||||||
const Center(child: CircularProgressIndicator()),
|
const Center(child: CircularProgressIndicator()),
|
||||||
WebViewWidget(controller: controller),
|
WebViewWidget(controller: controller),
|
||||||
],
|
],
|
||||||
)
|
),
|
||||||
|
|
||||||
// isLoading
|
|
||||||
// ? const Center(child: CircularProgressIndicator())
|
|
||||||
// : WebViewWidget(controller: controller),
|
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user