Pablo Román
Results
1
comments of
Pablo Román
I have fixed it with a scaffold key, the first time it initializes: ``` void _onUnityCreated(controller) { if (controller.unityId == 1) { _scaffoldKey = GlobalKey(); } } ``` ``` Scaffold(...