inSmallScreen property
bool
get
inSmallScreen
Return the bool value indicating if running in a small screen or not.
Implementation
bool get inSmallScreen => screenSize.width < 800;
Return the bool value indicating if running in a small screen or not.
bool get inSmallScreen => screenSize.width < 800;