更新
This commit is contained in:
@@ -538,7 +538,7 @@ class WebviewTestView extends GetComponent<WebviewTestController> {
|
||||
alignment: Alignment.topLeft,
|
||||
child: Obx(() {
|
||||
return (controller.ready.value)
|
||||
?controller.web.build()
|
||||
? controller.web.build()
|
||||
: Center(child: CircularProgressIndicator());
|
||||
}),
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user