isSmallScreen property
bool
get
isSmallScreen
Returns true if the device is a watch or mobile.
Implementation
bool get isSmallScreen => data.isSmallScreen;
Returns true if the device is a watch or mobile.
bool get isSmallScreen => data.isSmallScreen;