My widget gets like this in release mode (does not appear)
and get like this in debug mode
please help me
CodePudding user response:
You may be getting this error due to incorrect use of a widget in the widget tree. For example, the Expanded widget may have been used incorrectly. Can you share your code so I can help?