Container( height:MediaQuery.of(context).size.height, width: MediaQuery.of(context).size.width, color: Colors.blue, child: Text('I cover the whole width of the screen!') )