I have been trying to get the size of the whole context view in Flutter. But every time I try I\'m getting the above mentioned error. Here\'s my code:
impor
Add MaterialApp ...
void main() { runApp(MaterialApp( home: HomePage(), )); }