SExtensionsScreenUtil constructor
Creates an SExtensionsScreenUtil.
screenSize is the design-time size (in logical pixels) used for
scaling utilities such as responsive dimensions.
app is the root widget of the application.
Implementation
const SExtensionsScreenUtil({
super.key,
required this.screenSize,
required this.app,
});