isSm property

bool get isSm

Returns true if the screen is small.

Implementation

bool get isSm => screenSize == ScreenSize.sm;