Hi@akhtar,
Instead of giving width and height value, you can set the value as double.infinity. It will cover the whole body part of your app.
 var mybody = Container(
    alignment: Alignment.center,
    width: double.infinity,
    height: double.infinity,
    color: Colors.red,
  );
To know more, join our Flutter Certification Course today.