SyntaxFix
Write A Post
Hire A Developer
Questions
I used this solution, you have to define the height and width of your screen using MediaQuery:
Container( height: MediaQuery.of(context).size.height, width: MediaQuery.of(context).size.width )