Frontend  0.4.1
Loading...
Searching...
No Matches
small_screen_width.dart File Reference

Variables

final int smallScreenWidth
 Small screen width.
 

Variable Documentation

◆ smallScreenWidth

final int smallScreenWidth
Initial value:
= int.parse(
const String.fromEnvironment('OPENREMISE_FRONTEND_SMALL_SCREEN_WIDTH'),
)

This is the width over which a large screen is assumed. The app changes its layout depending on the screen size. This value is therefore often compared to MediaQuery.of(context).size.width.