@@ -106,7 +106,9 @@ class _WolfRendererState extends State<WolfRenderer>
|
|||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
if (!engine.isInitialized) {
|
if (!engine.isInitialized) {
|
||||||
return const Center(child: CircularProgressIndicator(color: Colors.teal));
|
return const Center(
|
||||||
|
child: CircularProgressIndicator(color: Color.fromARGB(255, 4, 64, 64)),
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
|
|||||||
Reference in New Issue
Block a user