isSmallScreen property
bool
get
isSmallScreen
Implementation
bool get isSmallScreen => width >= smallWidth && width < mediumWidth;
bool get isSmallScreen => width >= smallWidth && width < mediumWidth;