evitar que la consulta de medios se reconstruya el widget de aleteo

// You can get the screen size without the "MediaQuery.of(context)" using dart UI.
// there is more then just screen size! read the docs and source code :)

import 'dart:ui' as ui;

final screensize = (ui.window.physicalSize / ui.window.devicePixelRatio);
nidal bakir