@@ -106,7 +106,9 @@ class _WolfRendererState extends State<WolfRenderer>
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
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(
|
||||
|
||||
Reference in New Issue
Block a user