isSmallScreen property
bool
get
isSmallScreen
Helper to check if the screen is small.
Implementation
bool get isSmallScreen =>
screenType == ScreenType.watch || screenType == ScreenType.mobile;
Helper to check if the screen is small.
bool get isSmallScreen =>
screenType == ScreenType.watch || screenType == ScreenType.mobile;