window_manager icon indicating copy to clipboard operation
window_manager copied to clipboard

Transform.scale

Open JuanLuisNL opened this issue 9 months ago • 0 comments

I have a windows application, I want to apply a "Transform.scale" to the whole application for accessibility (zoom) and to adapt to small monitors (reduce). It works fine in the whole app except for the first screen. Is it possible to do something?

runApp(Transform.scale(scale: 0.8, child: const MyApp()));

Captura

JuanLuisNL avatar Nov 17 '23 16:11 JuanLuisNL