Published
- 1 min read
flutter mediaquery
The solution for this is noted below
flutter mediaquery
Solution
Container(
width: MediaQuery.of(context).size.width,
color: Colors.blue,
child: Text('I cover the whole width of the screen!')
)
Try other methods by searching on the site. That is if this doesn’t work