Answers for "how to get the mediaQuery sizes without a context in flutter"

0

mediaquery.of(context).size.height flutter

height: MediaQuery.of(context).size.height
Posted by: Guest on February-11-2021

Code answers related to "how to get the mediaQuery sizes without a context in flutter"

Browse Popular Code Answers by Language