isSmallScreen property
bool
get
isSmallScreen
Implementation
bool get isSmallScreen =>
screenType == ScreenType.watch || screenType == ScreenType.mobile;
bool get isSmallScreen =>
screenType == ScreenType.watch || screenType == ScreenType.mobile;