I want to know how to scale child widgets in flutter
I applied Transform.scale, but the aspect ratio is broken and the buttons are popping out. I want to know how to scale all child widgets without breaking them.
I applied Transform.scale, but the aspect ratio is broken and the buttons are popping out. I want to know how to scale all child widgets without breaking them.