'What is this extra space above my appbar?

enter image description here

This is the default flutter application template with only some extra styling for the title.

EDIT: Here is a better image without transparency. I am referring to the space above the Appbar enter image description here



Solution 1:[1]

 MaterialApp(
        home: HomePage());
  }

Use MaterialApp Not Scaffold();

Solution 2:[2]

This extra space is toolbar height that related to your virtual device model. please change your device and then see what happened. I guess the problem is virtual device screen. Or you can use SafeArea Widget to solve your problem.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Tasnuva Tavasum oshin
Solution 2 Iman Ghasemi Arani