isSm property
bool
get
isSm
Returns true if the screen is small.
Implementation
bool get isSm => screenSize == ScreenSize.sm;
Returns true if the screen is small.
bool get isSm => screenSize == ScreenSize.sm;