seong

MediaQuey.size 와 double.infinity의 차이점 본문

Flutter

MediaQuey.size 와 double.infinity의 차이점

hyeonseong 2024. 1. 25. 10:55

https://stackoverflow.com/questions/54489513/whats-the-difference-between-double-infinity-and-mediaquery

 

Whats the difference between double.infinity and MediaQuery?

To occupy the whole width or height , I use double.infinity, but going through some of the flutter samples, I have noticed many people use MediaQuery.of(context).size.width or height. I went throug...

stackoverflow.com

MediaQuery - 디바이스의 크기에 의해 변함

double.infinity - 부모 위젯의 크기에 최대로 늘어남.