Variables | |
final int | smallScreenWidth |
Small screen width. | |
final int smallScreenWidth |
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
.