How can I set padding as a percentage of screen width in Flutter?
The problem I'm trying to solve, I initially tried to solve with AspectRatio and FractionallySizedBox, as well as different attempts with Row and Columns, but the parent is a Positioned widget with a child image. Nothing worked.
Use MediaQuery
by doing MediaQuery.of(context).size.width
to get the screen width
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With